commit | 370d560017c9c269a1351ba19e91b206bd5816c8 | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Thu Dec 03 20:29:27 2009 +0200 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Mon Dec 14 18:12:10 2009 -0500 |
tree | c3be6d2e4517c35bf788e8731b3a339377e63396 | |
parent | 341eb184469f8e4a6841fc49a57ad4a27e51c335 [diff] |
compat.c: Remove dependence on nfsd private headers Two nfsd related headers where included but never actually used. The linux/nfsd/nfsd.h file will eventually be moved to fs/nfsd directory as it is only needed by nfsd itself. There are 3 more compat.c files in the Kernel at other ARCHs that wrongly #include nfsd headers. Once these are fixed the headers can be moved. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>