aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2013-06-04 12:51:16 -0400
committerTheodore Ts'o <tytso@mit.edu>2013-06-04 12:51:16 -0400
commitf2d50a65c93cfe718742bc85dff55bf8f11967b6 (patch)
tree9e473058a0d0864c337078e6b3ce7691991b42eb /fs/ext4/ext4.h
parent39bba40b7a1467ddba1a47a78dca0ab7a728d0b7 (diff)
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 82d2b6000a61..46674058d251 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1241,7 +1241,6 @@ struct ext4_sb_info {
1241 unsigned int s_mb_stats; 1241 unsigned int s_mb_stats;
1242 unsigned int s_mb_order2_reqs; 1242 unsigned int s_mb_order2_reqs;
1243 unsigned int s_mb_group_prealloc; 1243 unsigned int s_mb_group_prealloc;
1244 unsigned int s_max_writeback_mb_bump;
1245 unsigned int s_max_dir_size_kb; 1244 unsigned int s_max_dir_size_kb;
1246 /* where last allocation was done - for stream allocation */ 1245 /* where last allocation was done - for stream allocation */
1247 unsigned long s_mb_last_group; 1246 unsigned long s_mb_last_group;