summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/idmap.h
Commit message (Collapse)AuthorAgeFilesLines
* nfsd: pass network context to idmap init/exit functionsStanislav Kinsbursky2012-04-121-4/+4
| | | | | | | These functions will be called from per-net operations. Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
* nfsd4: return nfs errno from name_to_id functionsJ. Bruce Fields2011-01-041-2/+2
| | | | | | This avoids the need for the confusing ESRCH mapping. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
* nfsd4: remove outdated pathname-commentsJ. Bruce Fields2011-01-041-2/+0
| | | | Signed-off-by: J. Bruce Fields <bfields@redhat.com>
* nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields2011-01-041-0/+64
These are internal nfsd interfaces. Signed-off-by: J. Bruce Fields <bfields@redhat.com>