Re: [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
Christoph Hellwig <[email protected]> Tue, 25 Jun 2019 03:54:16 -0700
| Newsgroups | gmane.comp.file-systems.jfs.general |
|---|---|
| Message-ID | <20190625105416.GA26085__38567.2950463899$1561488919$gmane$org@infradead.org> |
On Fri, Jun 21, 2019 at 04:56:21PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > 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 <[email protected]> > Reviewed-by: Jan Kara <[email protected]> Looks fine: Reviewed-by: Christoph Hellwig <[email protected]>