commit | d703158229329af7152d159753f849aa7bd55ee6 | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Thu Dec 03 20:28:47 2009 +0200 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Mon Dec 14 18:12:08 2009 -0500 |
tree | 576243ae6e658b9b4dc078ba81ab74373944708a | |
parent | a600ffcbb3743cf1296bee2a41d4824c719d7181 [diff] |
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>