From: Trond Myklebust Date: Fri, 15 Aug 2008 20:59:14 +0000 (-0400) Subject: NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mounts X-Git-Tag: v2.6.28-rc1~266^2^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff3525a539f5cc81970d08304bdedb4ffba984da;p=pandora-kernel.git 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 --- Reading git-diff-tree failed