]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit68ce7bfcd995a8a393b1b14fa67dbc16fa3dc784
tree381104bd99c266900270f424a7993eae880ff212
parent9b7365fc1c82038faa52d56173b20221cf422cbe
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 c9f6a6bbc28 ("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