Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / fs / nfsd / auth.h
blob53325a12ba62a05335c7989f658373ba41e18b0f
1 /*
2 * nfsd-specific authentication stuff.
4 * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
5 */
7 #ifndef LINUX_NFSD_AUTH_H
8 #define LINUX_NFSD_AUTH_H
11 * Set the current process's fsuid/fsgid etc to those of the NFS
12 * client user
14 int nfsd_setuser(struct svc_rqst *, struct svc_export *);
16 #endif /* LINUX_NFSD_AUTH_H */