diff options
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r-- | fs/nfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index e527fab40419..81686aeb1b5d 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -1550,7 +1550,7 @@ static int nfs_validate_mount_data(void *options, | |||
1550 | * Translate to nfs_parsed_mount_data, which nfs_fill_super | 1550 | * Translate to nfs_parsed_mount_data, which nfs_fill_super |
1551 | * can deal with. | 1551 | * can deal with. |
1552 | */ | 1552 | */ |
1553 | args->flags = data->flags; | 1553 | args->flags = data->flags & NFS_MOUNT_FLAGMASK; |
1554 | args->rsize = data->rsize; | 1554 | args->rsize = data->rsize; |
1555 | args->wsize = data->wsize; | 1555 | args->wsize = data->wsize; |
1556 | args->timeo = data->timeo; | 1556 | args->timeo = data->timeo; |