diff options
author | Anna Schumaker <bjschuma@netapp.com> | 2013-11-13 12:29:08 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-11-19 16:20:40 -0500 |
commit | 694e096fd7c2a7d40760fc9c9dfc826bdd495ea4 (patch) | |
tree | 718e6db209f6db22e70555a8c6b97ad3b5422889 /fs/nfs/blocklayout/blocklayout.h | |
parent | 8c2fabc6542d9d0f8b16bd1045c2eda59bdcde13 (diff) | |
download | blackbird-op-linux-694e096fd7c2a7d40760fc9c9dfc826bdd495ea4.tar.gz blackbird-op-linux-694e096fd7c2a7d40760fc9c9dfc826bdd495ea4.zip |
NFS: Enabling v4.2 should not recompile nfsd and lockd
When CONFIG_NFS_V4_2 is toggled nfsd and lockd will be recompiled,
instead of only the nfs client. This patch moves a small amount of code
into the client directory to avoid unnecessary recompiles.
Signed-off-by: Anna Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/blocklayout/blocklayout.h')
-rw-r--r-- | fs/nfs/blocklayout/blocklayout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/blocklayout/blocklayout.h b/fs/nfs/blocklayout/blocklayout.h index 8485978993e8..9838fb020473 100644 --- a/fs/nfs/blocklayout/blocklayout.h +++ b/fs/nfs/blocklayout/blocklayout.h @@ -36,6 +36,7 @@ #include <linux/nfs_fs.h> #include <linux/sunrpc/rpc_pipe_fs.h> +#include "../nfs4_fs.h" #include "../pnfs.h" #include "../netns.h" |