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>

authored by Eric Biggers and committed by Al Viro b15fb70b 8c7493aa

-3
-3
fs/stat.c
··· 159 159 * Additionally, the use of AT_SYMLINK_NOFOLLOW in flags will prevent a symlink 160 160 * at the given name from being referenced. 161 161 * 162 - * The caller must have preset stat->request_mask as for vfs_getattr(). The 163 - * flags are also used to load up stat->query_flags. 164 - * 165 162 * 0 will be returned on success, and a -ve error code if unsuccessful. 166 163 */ 167 164 int vfs_statx(int dfd, const char __user *filename, int flags,