On Fri, Jan 17, 2020 at 11:30:48AM +0100, Jan Kara wrote: > On Thu 16-01-20 10:50:31, Theodore Ts'o wrote: > > As Jan pointed out[1], as of commit 81378da64de ("jbd2: mark the > > transaction context with the scope GFP_NOFS context") we use > > memalloc_nofs_{save,restore}() while a jbd2 handle is active. So > > ext4_kvmalloc() so we can call allocate using GFP_NOFS is no longer > > necessary. > > > > [1] https://lore.kernel.org/r/20200109100007.GC27035@xxxxxxxxxxxxxx > > Your signed-off-by is missing but otherwise the patch looks good to me. You > can add: > > Reviewed-by: Jan Kara <jack@xxxxxxx> Thanks, applied with my signed-off-by and a Link: trailer. - Ted