NFS: Create a single nfs_validate_mount_data() function
authorBryan Schumaker <bjschuma@netapp.com>
Thu, 10 May 2012 19:07:41 +0000 (15:07 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 15 May 2012 00:30:30 +0000 (17:30 -0700)
commitd72c727cd9de490f936a41634e34cd4a61ba6dd6
tree3330d6c5b46c5edd4c190c14cca1cd8016c675d7
parentb72e4f42a33137acc037546277a08f407d3c1016
NFS: Create a single nfs_validate_mount_data() function

This new function chooses between the v2/3 parser and the v4 parser by
filesystem type.

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