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>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user