dm-crypt: use __bio_add_page to add single page to clone bio
[linux-block.git] / fs / nfsd / auth.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4 2/*
1da177e4 3 * nfsd-specific authentication stuff.
1da177e4
LT
4 *
5 * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
6 */
7
8#ifndef LINUX_NFSD_AUTH_H
9#define LINUX_NFSD_AUTH_H
10
1da177e4
LT
11/*
12 * Set the current process's fsuid/fsgid etc to those of the NFS
13 * client user
14 */
15int nfsd_setuser(struct svc_rqst *, struct svc_export *);
16
1da177e4 17#endif /* LINUX_NFSD_AUTH_H */