From: Boaz Harrosh Date: Thu, 3 Dec 2009 18:28:47 +0000 (+0200) Subject: nfsd: Fix independence of a few nfsd related headers X-Git-Tag: v2.6.33-rc1~57^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d703158229329af7152d159753f849aa7bd55ee6;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed