diff options
author | Christoph Hellwig <hch@lst.de> | 2014-05-06 19:37:13 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-06 17:54:53 -0400 |
commit | 9c69de4c94fcb11db919160d5fa0b48f13d1757a (patch) | |
tree | 84ab9298f94f718d5cef937ca3987ab3a8cb1379 /fs/lockd/xdr.c | |
parent | 4dd86e150f63a6c360783f163a979ec563e6d570 (diff) | |
download | linux-stable-9c69de4c94fcb11db919160d5fa0b48f13d1757a.tar.gz linux-stable-9c69de4c94fcb11db919160d5fa0b48f13d1757a.tar.bz2 linux-stable-9c69de4c94fcb11db919160d5fa0b48f13d1757a.zip |
nfsd: remove <linux/nfsd/nfsfh.h>
The only real user of this header is fs/nfsd/nfsfh.h, so merge the
two. Various lockѕ source files used it to indirectly get other
sunrpc or nfs headers, so fix those up.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/lockd/xdr.c')
-rw-r--r-- | fs/lockd/xdr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/lockd/xdr.c b/fs/lockd/xdr.c index 964666c68a86..9340e7e10ef6 100644 --- a/fs/lockd/xdr.c +++ b/fs/lockd/xdr.c @@ -16,6 +16,8 @@ #include <linux/sunrpc/stats.h> #include <linux/lockd/lockd.h> +#include <uapi/linux/nfs2.h> + #define NLMDBG_FACILITY NLMDBG_XDR |