diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-12-03 21:28:47 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-15 02:12:08 +0300 |
commit | d703158229329af7152d159753f849aa7bd55ee6 (patch) | |
tree | 576243ae6e658b9b4dc078ba81ab74373944708a /include/linux/nfs_xdr.h | |
parent | a600ffcbb3743cf1296bee2a41d4824c719d7181 (diff) | |
download | linux-d703158229329af7152d159753f849aa7bd55ee6.tar.xz |
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/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 62f63fb0c4c8..00a0c8170816 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -2,6 +2,7 @@ #define _LINUX_NFS_XDR_H #include <linux/nfsacl.h> +#include <linux/nfs3.h> /* * To change the maximum rsize and wsize supported by the NFS client, adjust |