summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3_fs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NFS: Move NFS v3 acl functions to nfs3_fs.hAnna Schumaker2014-09-121-0/+19
| | | | | | | | | | | This code is internal to the v3 module, so other parts of the client shouldn't have any knowledge of it. nfs3_getxattr(), nfs3_setxattr(), and nfs3_removexattr() no longer exist anywhere so I remove the declarations while I'm here. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
* NFS: Move v3 declarations out of internal.hAnna Schumaker2014-09-121-0/+15
I am generally against the "one big header file" approach, and everything in the client includes this file. Let's move all the NFS v3 declarations into a v3-only header file. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>