summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2016-04-24 00:56:05 -0400
committerTheodore Ts'o <tytso@mit.edu>2016-04-24 00:56:05 -0400
commit3957ef53a5033bd519b19cf375061be1929bdb5f (patch)
tree5110c15e5d91514ce94a1d6468e0b4d6154eb31b /fs/ext4/ext4.h
parent06bd3c36a733ac27962fea7d6f47168841376824 (diff)
downloadop-kernel-dev-3957ef53a5033bd519b19cf375061be1929bdb5f.zip
op-kernel-dev-3957ef53a5033bd519b19cf375061be1929bdb5f.tar.gz
ext4: remove EXT4_STATE_ORDERED_MODE
This flag is just duplicating what ext4_should_order_data() tells you and is used in a single place. Furthermore it doesn't reflect changes to inode data journalling flag so it may be possibly misleading. Just remove it. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 349afeb..f75e9eb 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1549,7 +1549,6 @@ enum {
EXT4_STATE_DIOREAD_LOCK, /* Disable support for dio read
nolocking */
EXT4_STATE_MAY_INLINE_DATA, /* may have in-inode data */
- EXT4_STATE_ORDERED_MODE, /* data=ordered mode */
EXT4_STATE_EXT_PRECACHED, /* extents have been precached */
};
OpenPOWER on IntegriCloud