On Mon, Feb 14, 2022 at 09:43:50AM -0800, Stefan Roesch wrote: > This adds a flags parameter to the __begin_write_begin_int() function. > This allows to pass flags down the stack. In general, I am not in favour of more AOP_FLAG uses. I'd prefer to remove the two that we do have (reiserfs is the only user of AOP_FLAG_CONT_EXPAND and AOP_FLAG_NOFS can usually be replaced by passing in gfp_t flags).