diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2007-01-15 16:36:26 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-02-05 13:37:08 -0500 |
commit | 330005c2b23e71e54931913e9b63d1712a19e444 (patch) | |
tree | 7a0162de5bbdeed0b1e82b76c4bddcb628362af2 /fs/gfs2/incore.h | |
parent | 3699e3a44bf56e0cd58c97e8655f375ad9b65d9d (diff) |
[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/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 80758705038..9114851ac53 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -417,7 +417,6 @@ struct gfs2_tune { unsigned int gt_atime_quantum; /* Min secs between atime updates */ unsigned int gt_new_files_jdata; unsigned int gt_new_files_directio; - unsigned int gt_max_atomic_write; /* Split big writes into this size */ unsigned int gt_max_readahead; /* Max bytes to read-ahead from disk */ unsigned int gt_lockdump_size; unsigned int gt_stall_secs; /* Detects trouble! */ |