compat.c: Remove dependence on nfsd private headers
authorBoaz Harrosh <bharrosh@panasas.com>
Thu, 3 Dec 2009 18:29:27 +0000 (20:29 +0200)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 14 Dec 2009 23:12:10 +0000 (18:12 -0500)
commit370d560017c9c269a1351ba19e91b206bd5816c8
treec3be6d2e4517c35bf788e8731b3a339377e63396
parent341eb184469f8e4a6841fc49a57ad4a27e51c335
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>
fs/compat.c