]> Pileus Git - ~andy/linux/commit
NFS: Extend the -overs= mount option to allow 4.x minorversions
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 2 Mar 2012 18:59:49 +0000 (13:59 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 2 Mar 2012 18:59:49 +0000 (13:59 -0500)
commit0d71b058092fc98cfef8e8f6d913180a10a55397
tree54dd66684853a75b86a19ad3eb9fa4c124468a08
parent7d2ed9ac22bc6bf0d34e8fd291a5295f373b384e
NFS: Extend the -overs= mount option to allow 4.x minorversions

Allow the user to mount an NFSv4.0 or NFSv4.1 partition using a
standard syntax of '-overs=4.0', or '-overs=4.1' rather than the
more cumbersome '-overs=4,minorversion=1'.

See also the earlier patch by Dros Adamson, which added the
Linux-specific syntax '-ov4.0', '-ov4.1'.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c