summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2020-10-22 20:56:58 +0300
committerChuck Lever <chuck.lever@oracle.com>2021-03-22 17:18:52 +0300
commit907c38227fb57f5c537491ca76dd0b9636029393 (patch)
treed897a62c8d64d25ac826d44d1a882739dc8fa2d9 /fs/nfsd/vfs.h
parent2c42f804d30f6a8d86665eca84071b316821ea08 (diff)
downloadlinux-907c38227fb57f5c537491ca76dd0b9636029393.tar.xz
NFSD: Update the NFSv3 ACCESS3res encoder to use struct xdr_stream
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/vfs.h')
-rw-r--r--fs/nfsd/vfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/vfs.h b/fs/nfsd/vfs.h
index a2442ebe5acf..b21b76e6b9a8 100644
--- a/fs/nfsd/vfs.h
+++ b/fs/nfsd/vfs.h
@@ -152,7 +152,7 @@ static inline void fh_drop_write(struct svc_fh *fh)
}
}
-static inline __be32 fh_getattr(struct svc_fh *fh, struct kstat *stat)
+static inline __be32 fh_getattr(const struct svc_fh *fh, struct kstat *stat)
{
struct path p = {.mnt = fh->fh_export->ex_path.mnt,
.dentry = fh->fh_dentry};