]> git.karo-electronics.de Git - karo-tx-linux.git/commit
statx: remove incorrect part of vfs_statx() comment
authorEric Biggers <ebiggers@google.com>
Fri, 31 Mar 2017 17:31:40 +0000 (18:31 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 3 Apr 2017 05:05:57 +0000 (01:05 -0400)
commitb15fb70b82299f92bb8d591c9d1731cb23fa8290
tree4bb322dfdc90f1aff51ce12c6221e2186f74ccd1
parent8c7493aa3e9ae90f90196f4d4c1398ad143cba7b
statx: remove incorrect part of vfs_statx() comment

request_mask and query_flags are function arguments, not passed in
struct kstat.  So remove the part of the comment which claims otherwise.
This was apparently left over from an earlier version of the statx
patch.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/stat.c