On Wed, Dec 25, 2019 at 3:55 AM zhengbin <zhengbin13@xxxxxxxxxx> wrote: > > zhengbin (4): > fuse: use true,false for bool variable in readdir.c > fuse: use true,false for bool variable in file.c > fuse: use true,false for bool variable in cuse.c > fuse: use true,false for bool variable in inode.c > > fs/fuse/cuse.c | 4 ++-- > fs/fuse/file.c | 4 ++-- > fs/fuse/inode.c | 14 +++++++------- > fs/fuse/readdir.c | 2 +- > 4 files changed, 12 insertions(+), 12 deletions(-) Hi, Could you please merge these four patches into one? The patches are trivial and even the combined patch is tiny, so it's not worth splitting it by source file. Thanks, Miklos