diff options
Diffstat (limited to 'fs/nfs/callback_xdr.c')
| -rw-r--r-- | fs/nfs/callback_xdr.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/callback_xdr.c b/fs/nfs/callback_xdr.c index db30c0b398b..05af212f0ed 100644 --- a/fs/nfs/callback_xdr.c +++ b/fs/nfs/callback_xdr.c @@ -9,6 +9,7 @@  #include <linux/sunrpc/svc.h>  #include <linux/nfs4.h>  #include <linux/nfs_fs.h> +#include <linux/slab.h>  #include "nfs4_fs.h"  #include "callback.h" @@ -782,6 +783,7 @@ struct svc_version nfs4_callback_version1 = {  	.vs_proc = nfs4_callback_procedures1,  	.vs_xdrsize = NFS4_CALLBACK_XDRSIZE,  	.vs_dispatch = NULL, +	.vs_hidden = 1,  };  struct svc_version nfs4_callback_version4 = {  |