commit | ff3525a539f5cc81970d08304bdedb4ffba984da | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Aug 15 16:59:14 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 07 17:23:56 2008 -0400 |
tree | ec1595221de085b7f9527ad99652ca51ed3f9512 | |
parent | 4eec952e42314b53e48fef1f54dd89cbf9789734 [diff] |
NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mounts The point of introducing text-based mounts was to allow us to add functionality without having to worry about legacy binary mount formats. The mask should be there in order to ensure that binary formats don't start enabling features that they cannot support. There is no justification for applying it to the text mount path. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>