]> git.baikalelectronics.ru Git - kernel.git/commit
fs: clean up the flags definition in uapi/linux/fs.h
authorTheodore Ts'o <tytso@mit.edu>
Fri, 8 Jan 2016 21:01:25 +0000 (16:01 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 8 Jan 2016 21:01:25 +0000 (16:01 -0500)
commitaeba598586c51ce1e1fa4c683e647ae3a7d499be
tree381104bd99c266900270f424a7993eae880ff212
parentec6112fa8c622e2615b794d574812ad2529dca9c
fs: clean up the flags definition in uapi/linux/fs.h

Add an explanation for the flags used by FS_IOC_[GS]ETFLAGS and remind
people that changes should be revised by linux-fsdevel and linux-api.

Add flags that are used on-disk for ext4, and remove FS_DIRECTIO_FL
since it was used only by gfs2 and support was removed in 2008 in
commit 853b5e88948 ("The ability to mark files for direct i/o access
when opened normally is both unused and pointless, so this patch
removes support for that feature.")  Now we have _two_ remaining flags
left.  But since we want to discourage people from assigning new
flags, that's OK.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
include/uapi/linux/fs.h