diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2010-09-23 13:41:42 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2010-09-23 13:41:42 +0100 |
commit | f57a024ed2ee00d62515ffd4040f5ded3e0eb853 (patch) | |
tree | 7f253cd03070d5b6d8af2330cecd2f0f70ac6870 /fs/gfs2/incore.h | |
parent | 8d1235852b462cfb66aa036bd4a2686763c69ed4 (diff) | |
download | linux-f57a024ed2ee00d62515ffd4040f5ded3e0eb853.tar.gz linux-f57a024ed2ee00d62515ffd4040f5ded3e0eb853.tar.bz2 linux-f57a024ed2ee00d62515ffd4040f5ded3e0eb853.zip |
GFS2: Remove ignore_local_fs mount argument
This is been a no-op for a very long time now. I'm pretty sure
nobody uses it, but just in case we'll still accept it on the
command line, but ignore it.
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 b12ca10481e7..c8a2db1bfe65 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -416,7 +416,6 @@ struct gfs2_args { char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */ char ar_hostdata[GFS2_LOCKNAME_LEN]; /* Host specific data */ unsigned int ar_spectator:1; /* Don't get a journal */ - unsigned int ar_ignore_local_fs:1; /* Ignore optimisations */ unsigned int ar_localflocks:1; /* Let the VFS do flock|fcntl */ unsigned int ar_localcaching:1; /* Local caching */ unsigned int ar_debug:1; /* Oops on errors */ |