mbox series

[0/4] fuse: use true,false for bool variable

Message ID 1577242950-30981-1-git-send-email-zhengbin13@huawei.com (mailing list archive)
Headers show
Series fuse: use true,false for bool variable | expand

Message

Zheng Bin Dec. 25, 2019, 3:02 a.m. UTC
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(-)

--
2.7.4

Comments

Miklos Szeredi Jan. 14, 2020, 10:02 a.m. UTC | #1
On Wed, Dec 25, 2019 at 3:55 AM zhengbin <zhengbin13@huawei.com> 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