Re: [PATCH v2 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS

2019-06-20 Thread Jan Kara
On Tue 11-06-19 17:42:58, Darrick J. Wong wrote: > From: Darrick J. Wong > > Create a generic checking function for the incoming FS_IOC_SETFLAGS flag > values so that we can standardize the implementations that follow ext4's > flag values. > > Signed-off-by: Darrick J. Wong The patch looks

[PATCH v2 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS

2019-06-11 Thread Darrick J. Wong
From: Darrick J. Wong Create a generic checking function for the incoming FS_IOC_SETFLAGS flag values so that we can standardize the implementations that follow ext4's flag values. Signed-off-by: Darrick J. Wong --- v2: fix jfs locking and remove its opencoded flags check --- fs/btrfs/ioctl.c