]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: Fix independence of a few nfsd related headers
authorBoaz Harrosh <bharrosh@panasas.com>
Thu, 3 Dec 2009 18:28:47 +0000 (20:28 +0200)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 14 Dec 2009 23:12:08 +0000 (18:12 -0500)
commit59978dc8d431c175626fe92512a2e68ca8f6204e
tree576243ae6e658b9b4dc078ba81ab74373944708a
parent51a2a02246abf976cd769a958db31ee12fb4235a
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>
include/linux/nfs_xdr.h
include/linux/nfsacl.h