diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2008-07-10 11:09:29 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-07-10 11:09:29 -0400 |
commit | c9f6a6bbc284ba87337876086f7e2e6e0b0d50dd (patch) | |
tree | 68930f47e91f82ca41b3a9f35fd118d2ff11d891 /fs/gfs2/sys.c | |
parent | 9cabcdbd4638cf884839ee4cd15780800c223b90 (diff) |
[GFS2] Remove support for unused and pointless flag
The ability to mark files for direct i/o access when opened
normally is both unused and pointless, so this patch removes
support for that feature.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/sys.c')
-rw-r--r-- | fs/gfs2/sys.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/sys.c b/fs/gfs2/sys.c index 6f7e2e5858e0..74846559fc3f 100644 --- a/fs/gfs2/sys.c +++ b/fs/gfs2/sys.c | |||
@@ -412,7 +412,6 @@ TUNE_ATTR(max_readahead, 0); | |||
412 | TUNE_ATTR(complain_secs, 0); | 412 | TUNE_ATTR(complain_secs, 0); |
413 | TUNE_ATTR(statfs_slow, 0); | 413 | TUNE_ATTR(statfs_slow, 0); |
414 | TUNE_ATTR(new_files_jdata, 0); | 414 | TUNE_ATTR(new_files_jdata, 0); |
415 | TUNE_ATTR(new_files_directio, 0); | ||
416 | TUNE_ATTR(quota_simul_sync, 1); | 415 | TUNE_ATTR(quota_simul_sync, 1); |
417 | TUNE_ATTR(quota_cache_secs, 1); | 416 | TUNE_ATTR(quota_cache_secs, 1); |
418 | TUNE_ATTR(stall_secs, 1); | 417 | TUNE_ATTR(stall_secs, 1); |
@@ -441,7 +440,6 @@ static struct attribute *tune_attrs[] = { | |||
441 | &tune_attr_quotad_secs.attr, | 440 | &tune_attr_quotad_secs.attr, |
442 | &tune_attr_quota_scale.attr, | 441 | &tune_attr_quota_scale.attr, |
443 | &tune_attr_new_files_jdata.attr, | 442 | &tune_attr_new_files_jdata.attr, |
444 | &tune_attr_new_files_directio.attr, | ||
445 | NULL, | 443 | NULL, |
446 | }; | 444 | }; |
447 | 445 | ||