fs: remove KSTAT_QUERY_FLAGS
authorChristoph Hellwig <hch@lst.de>
Sat, 26 Sep 2020 07:04:01 +0000 (09:04 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 27 Sep 2020 02:55:05 +0000 (22:55 -0400)
commitf2d077ff1b5c17008cff5dc27e7356a694e55462
treef5ceac228233ecb53c8ee95aec11d8e19ce2a54c
parentb3f0515004a5ee41d65218303804bd57fdda027e
fs: remove KSTAT_QUERY_FLAGS

KSTAT_QUERY_FLAGS expands to AT_STATX_SYNC_TYPE, which itself already
is a mask.  Remove the double name, especially given that the prefix
is a little confusing vs the normal AT_* flags.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/stat.c
include/linux/stat.h