[GFS2] Remove max_atomic_write tunable
This removes an unused sysfs tunable parameter. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user