On Wed, Aug 28, 2019 at 11:15 AM Jan Kara via samba-technical <samba-techni...@lists.samba.org> wrote: > > On Tue 20-08-19 11:06:48, Mark Salyzyn wrote: > > diff --git a/Documentation/filesystems/Locking > > b/Documentation/filesystems/Locking > > index 204dd3ea36bb..e2687f21c7d6 100644 > > --- a/Documentation/filesystems/Locking > > +++ b/Documentation/filesystems/Locking > > @@ -101,12 +101,10 @@ of the locking scheme for directory operations. > > ----------------------- xattr_handler operations ----------------------- > > prototypes: > > bool (*list)(struct dentry *dentry); > > - int (*get)(const struct xattr_handler *handler, struct dentry *dentry, > > - struct inode *inode, const char *name, void *buffer, > > - size_t size); > > - int (*set)(const struct xattr_handler *handler, struct dentry *dentry, > > - struct inode *inode, const char *name, const void *buffer, > > - size_t size, int flags); > > + int (*get)(const struct xattr_handler *handler, > > + struct xattr_gs_flags); > > + int (*set)(const struct xattr_handler *handler, > > + struct xattr_gs_flags); > > The prototype here is really "struct xattr_gs_flags *args", isn't it? > Otherwise feel free to add: > > Reviewed-by: Jan Kara <j...@suse.cz> > > for the ext2, ext4, ocfs2, reiserfs, and the generic fs/* bits. > > Honza
Mark, That's some CC list you got there... but I never got any of your patches because they did not reach fsdevel list. Did you get a rejection message from ML server? Thanks, Amir. _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel