summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2013-06-04 16:51:16 (GMT)
committerTheodore Ts'o <tytso@mit.edu>2013-06-04 16:51:16 (GMT)
commitf2d50a65c93cfe718742bc85dff55bf8f11967b6 (patch)
tree9e473058a0d0864c337078e6b3ce7691991b42eb /fs/ext4/ext4.h
parent39bba40b7a1467ddba1a47a78dca0ab7a728d0b7 (diff)
downloadlinux-f2d50a65c93cfe718742bc85dff55bf8f11967b6.tar.xz
ext4: deprecate max_writeback_mb_bump sysfs attribute
This attribute is now unused so deprecate it. We still show the old default value to keep some compatibility but we don't allow writing to that attribute anymore. 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 82d2b60..4667405 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1241,7 +1241,6 @@ struct ext4_sb_info {
unsigned int s_mb_stats;
unsigned int s_mb_order2_reqs;
unsigned int s_mb_group_prealloc;
- unsigned int s_max_writeback_mb_bump;
unsigned int s_max_dir_size_kb;
/* where last allocation was done - for stream allocation */
unsigned long s_mb_last_group;