On Tue, Jun 08, 2021 at 08:00:22AM +0800, Chao Yu wrote: > From: Chao Yu <[email protected]> > > Add a slab cache: "f2fs_casefold_name" for memory allocation > of casefold name.
Commit message should say "f2fs_casefolded_name", not "f2fs_casefold_name". > Signed-off-by: Chao Yu <[email protected]> > --- > v2: > - change slab cache name to "f2fs_casefolded_name" > - add a "f2fs_" prefix for slab cache variable name > fs/f2fs/dir.c | 17 +++++++++++------ > fs/f2fs/recovery.c | 6 +++++- > fs/f2fs/super.c | 24 ++++++++++++++++++++++++ Otherwise this looks good. Reviewed-by: Eric Biggers <[email protected]> - Eric _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
