diff options
| author | 2005-06-22 17:16:21 +0000 | |
|---|---|---|
| committer | 2005-06-22 16:07:06 -0400 | |
| commit | 4ce79717ce32a9f88c1ddce4b9658556cb59d37a (patch) | |
| tree | 7f0c5e4bdbc2ee15b8e902b951d1be200b35411f /fs/nfs/callback.c | |
| parent | [PATCH] NFS: Kill annoying mount version mismatch printks (diff) | |
| download | linux-dev-4ce79717ce32a9f88c1ddce4b9658556cb59d37a.tar.xz linux-dev-4ce79717ce32a9f88c1ddce4b9658556cb59d37a.zip | |
[PATCH] NFS: Header file cleanup...
- Move NFSv4 state definitions into a private header file.
- Clean up gunk in nfs_fs.h
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/callback.c')
| -rw-r--r-- | fs/nfs/callback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/callback.c b/fs/nfs/callback.c index 560d6175dd58..f2ca782aba33 100644 --- a/fs/nfs/callback.c +++ b/fs/nfs/callback.c @@ -14,6 +14,7 @@ #include <linux/sunrpc/svc.h> #include <linux/sunrpc/svcsock.h> #include <linux/nfs_fs.h> +#include "nfs4_fs.h" #include "callback.h" #define NFSDBG_FACILITY NFSDBG_CALLBACK |
