]> git.baikalelectronics.ru Git - kernel.git/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)
commit459e8b3a0e3111794337cd040809a7a6bd28917d
tree54dd66684853a75b86a19ad3eb9fa4c124468a08
parent8f151eccb2f737742c0cb14fb23efd339643ba51
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