Re: [GIT PULL] fileattr API

From: Al Viro
Date: Thu Apr 08 2021 - 22:02:24 EST


On Fri, Apr 09, 2021 at 01:52:11AM +0000, Al Viro wrote:
> On Wed, Apr 07, 2021 at 09:22:52PM +0200, Miklos Szeredi wrote:
> > Hi Al,
> >
> > Please pull from:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git fileattr_v4
> >
> > Convert all (with the exception of CIFS) filesystems from handling
> > FS_IOC_[GS]ETFLAGS and FS_IOC_FS[GS]ETXATTR themselves to new i_ops and
> > common code moved into the VFS for these ioctls. This removes boilerplate
> > from filesystems, and allows these operations to be properly stacked in
> > overlayfs.
>
> Umm... v4 or v5?

Looks like they only differ in making a couple of fuse helpers static.
Grabbed and merged into #for-next; will push if it passes the smoke
test...