Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * nfsd-specific authentication stuff.
0004  *
0005  * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
0006  */
0007 
0008 #ifndef LINUX_NFSD_AUTH_H
0009 #define LINUX_NFSD_AUTH_H
0010 
0011 /*
0012  * Set the current process's fsuid/fsgid etc to those of the NFS
0013  * client user
0014  */
0015 int nfsd_setuser(struct svc_rqst *, struct svc_export *);
0016 
0017 #endif /* LINUX_NFSD_AUTH_H */