[Cluster-devel] [PATCH v5] Add flags option to get xattr method paired to __vfs_getxattr

2019-08-19 Thread Mark Salyzyn
Replace arguments for get and set xattr methods, and __vfs_getxattr and __vfs_setaxtr functions with a reference to the following argument structure: struct xattr_gs_args { struct dentry *dentry; struct inode *inode; const char *name; union { void

Re: [PATCH v5 03/18] gfs2: add compat_ioctl support

2019-08-19 Thread Andreas Gruenbacher
On Mon, Aug 19, 2019 at 11:09 AM Arnd Bergmann wrote: > On Sun, Aug 18, 2019 at 10:17 PM Andreas Grünbacher > wrote: > > Am So., 18. Aug. 2019 um 21:32 Uhr schrieb Arnd Bergmann : > > > On Fri, Aug 16, 2019 at 7:32 PM Andreas Gruenbacher > > > wrote: > > > > On Wed, Aug 14, 2019 at 10:45 PM

Re: [PATCH v5 03/18] gfs2: add compat_ioctl support

2019-08-19 Thread Arnd Bergmann
On Sun, Aug 18, 2019 at 10:17 PM Andreas Grünbacher wrote: > Am So., 18. Aug. 2019 um 21:32 Uhr schrieb Arnd Bergmann : > > On Fri, Aug 16, 2019 at 7:32 PM Andreas Gruenbacher > > wrote: > > > On Wed, Aug 14, 2019 at 10:45 PM Arnd Bergmann wrote: > > > > + /* These are just misnamed,