summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3_fs.h
Commit message (Collapse)AuthorAgeFilesLines
* nfsv3: introduce nfs3_set_ds_clientPeng Tao2015-02-031-0/+2
| | | | | | | | The flexfiles layout wants to create DS connection over NFSv3. Add nfs3_set_ds_client to allow that to happen. Signed-off-by: Peng Tao <tao.peng@primarydata.com> Signed-off-by: Tom Haynes <Thomas.Haynes@primarydata.com>
* 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>