On Fri, Mar 01, 2019 at 11:05:33PM +0900, Wang Shilong wrote: > From: Wang Shilong <[email protected]> > > Currently, Filesystem use FS_IOC_FS_SETXATTR ioctl > to change project ID of file. However we don't > support ioctl on symlink files, and it is desirable > to change symlink files' project ID just like uid/gid. > > This patch try to reuse existed interface fchownat(), > use group id to set project ID if flag AT_FCHOWN_PROJID > passed in. > > Also extend statx() calles to get symlink files' project > ID and inherit attribute.
I'll mention the generic book-keeping stuff here: - Series needs to be cc'd to [email protected] - commit messages should be formatted similar to email. i.e. line wrap at 68-72 columns, not 50 - all of the patches have duplicate "From:" lines in the commit message. - most of the patches are missing commit messages. Cheers, Dave. -- Dave Chinner [email protected] _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
