]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitad2c0d3e8810b56b336b262fd3fadaa38c911b09
treef5ceac228233ecb53c8ee95aec11d8e19ce2a54c
parentd45856cdce0d5f9e3e964a37f51322fa50321fc0
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