diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2007-01-16 00:36:26 +0300 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-02-05 21:37:08 +0300 |
commit | 330005c2b23e71e54931913e9b63d1712a19e444 (patch) | |
tree | 7a0162de5bbdeed0b1e82b76c4bddcb628362af2 /fs/gfs2/super.c | |
parent | 3699e3a44bf56e0cd58c97e8655f375ad9b65d9d (diff) | |
download | linux-330005c2b23e71e54931913e9b63d1712a19e444.tar.xz |
[GFS2] Remove max_atomic_write tunable
This removes an unused sysfs tunable parameter.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 100852a61b5d..3e17dcf35a30 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c @@ -71,7 +71,6 @@ void gfs2_tune_init(struct gfs2_tune *gt) gt->gt_atime_quantum = 3600; gt->gt_new_files_jdata = 0; gt->gt_new_files_directio = 0; - gt->gt_max_atomic_write = 4 << 20; gt->gt_max_readahead = 1 << 18; gt->gt_lockdump_size = 131072; gt->gt_stall_secs = 600; |