aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/nfsacl.h
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2009-12-03 20:28:47 +0200
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-12-14 18:12:08 -0500
commitd703158229329af7152d159753f849aa7bd55ee6 (patch)
tree576243ae6e658b9b4dc078ba81ab74373944708a /include/linux/nfsacl.h
parentsunrpc: Clean never used include files (diff)
downloadwireguard-linux-d703158229329af7152d159753f849aa7bd55ee6.tar.xz
wireguard-linux-d703158229329af7152d159753f849aa7bd55ee6.zip
nfsd: Fix independence of a few nfsd related headers
An header should be compilation independent, .i.e pull in any header who's declarations are directly used by this header. And not let users re-include all it's dependencies all over again. [At the end of the day what's the use of a header if it does not have more then one user?] Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux/nfsacl.h')
-rw-r--r--include/linux/nfsacl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfsacl.h b/include/linux/nfsacl.h
index 43011b69297c..f321b578edeb 100644
--- a/include/linux/nfsacl.h
+++ b/include/linux/nfsacl.h
@@ -29,6 +29,7 @@
#ifdef __KERNEL__
#include <linux/posix_acl.h>
+#include <linux/sunrpc/xdr.h>
/* Maximum number of ACL entries over NFS */
#define NFS_ACL_MAX_ENTRIES 1024