From: Mark Salyzyn <salyzyn@android.com>
To: Jan Kara <jack@suse.cz>
Cc: Latchesar Ionkov <lucho@ionkov.net>,
Eric Sandeen <sandeen@sandeen.net>,
Mike Marshall <hubcap@omnibond.com>,
linux-xfs@vger.kernel.org, James Morris <jmorris@namei.org>,
devel@lists.orangefs.org, Eric Van Hensbergen <ericvh@gmail.com>,
Joel Becker <jlbec@evilplan.org>,
Trond Myklebust <trond.myklebust@hammerspace.com>,
Mathieu Malaterre <malat@debian.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, Jan Kara <jack@suse.com>,
Casey Schaufler <casey@schaufler-ca.com>,
Andrew Morton <akpm@linux-foundation.org>,
Dave Kleikamp <shaggy@kernel.org>,
linux-doc@vger.kernel.org, Jeff Layton <jlayton@kernel.org>,
Chao Yu <yuchao0@huawei.com>, Mimi Zohar <zohar@linux.ibm.com>,
"David S. Miller" <davem@davemloft.net>,
linux-cifs@vger.kernel.org, Paul Moore <paul@paul-moore.com>,
"Darrick J. Wong" <darrick.wong@oracle.com>,
Hugh Dickins <hughd@googl>
Subject: Re: [PATCH v7] Add flags option to get xattr method paired to __vfs_getxattr
Date: Tue, 27 Aug 2019 07:54:44 -0700 [thread overview]
Message-ID: <8468b22d-05b7-47d3-eb93-2c71dafea3ee@android.com> (raw)
In-Reply-To: <20190827141952.GB10098@quack2.suse.cz>
On 8/27/19 7:19 AM, Jan Kara 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 <jack@suse.cz>
>
> for the ext2, ext4, ocfs2, reiserfs, and the generic fs/* bits.
>
> Honza
<oops> Thanks and good catch, will respin with a fix to the
documentation shortly.
-- Mark
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next prev parent reply other threads:[~2019-08-27 14:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-20 18:06 [PATCH v7] Add flags option to get xattr method paired to __vfs_getxattr Mark Salyzyn via Linux-f2fs-devel
2019-08-27 14:19 ` Jan Kara
2019-08-27 14:54 ` Mark Salyzyn [this message]
2019-08-28 8:58 ` Amir Goldstein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8468b22d-05b7-47d3-eb93-2c71dafea3ee@android.com \
--to=salyzyn@android.com \
--cc=akpm@linux-foundation.org \
--cc=casey@schaufler-ca.com \
--cc=darrick.wong@oracle.com \
--cc=davem@davemloft.net \
--cc=devel@lists.orangefs.org \
--cc=ericvh@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=hubcap@omnibond.com \
--cc=hughd@googl \
--cc=jack@suse.com \
--cc=jack@suse.cz \
--cc=jlayton@kernel.org \
--cc=jlbec@evilplan.org \
--cc=jmorris@namei.org \
--cc=linux-cifs@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
--cc=lucho@ionkov.net \
--cc=malat@debian.org \
--cc=paul@paul-moore.com \
--cc=sandeen@sandeen.net \
--cc=shaggy@kernel.org \
--cc=trond.myklebust@hammerspace.com \
--cc=yuchao0@huawei.com \
--cc=zohar@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox