aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2021-01-21 16:17:23 -0500
committerTrond Myklebust <trond.myklebust@hammerspace.com>2021-01-25 15:59:12 -0500
commitba6dfce47c4d002d96cd02a304132fca76981172 (patch)
tree77d32526059a49edebd544ee94569e430719fdc8 /include
parentpNFS/NFSv4: Improve rejection of out-of-order layouts (diff)
downloadlinux-dev-ba6dfce47c4d002d96cd02a304132fca76981172.tar.xz
linux-dev-ba6dfce47c4d002d96cd02a304132fca76981172.zip
SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
Remove duplicated helper functions to parse opaque XDR objects and place inside new file net/sunrpc/auth_gss/auth_gss_internal.h. In the new file carry the license and copyright from the source file net/sunrpc/auth_gss/auth_gss.c. Finally, update the comment inside include/linux/sunrpc/xdr.h since lockd is not the only user of struct xdr_netobj. Signed-off-by: Dave Wysochanski <dwysocha@redhat.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sunrpc/xdr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sunrpc/xdr.h b/include/linux/sunrpc/xdr.h
index 19b6dea27367..b26213ae8c1a 100644
--- a/include/linux/sunrpc/xdr.h
+++ b/include/linux/sunrpc/xdr.h
@@ -25,8 +25,7 @@ struct rpc_rqst;
#define XDR_QUADLEN(l) (((l) + 3) >> 2)
/*
- * Generic opaque `network object.' At the kernel level, this type
- * is used only by lockd.
+ * Generic opaque `network object.'
*/
#define XDR_MAX_NETOBJ 1024
struct xdr_netobj {