diff options
author | Tom Haynes <Thomas.Haynes@primarydata.com> | 2014-05-12 23:35:52 +0200 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-05-30 02:21:56 +0200 |
commit | b5968725f46d9535e908689bd04bf676f71138bb (patch) | |
tree | 9a39fb8ec08c39f0c4193b6ba2d797b0f789744f /fs/nfs/filelayout/Makefile | |
parent | pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr() (diff) | |
download | linux-b5968725f46d9535e908689bd04bf676f71138bb.tar.xz linux-b5968725f46d9535e908689bd04bf676f71138bb.zip |
Push the file layout driver into a subdirectory
The object and block layouts already exist in their own
subdirectories. This patch completes the set!
Note that as a layout denotes nfs4 already, I stripped
that prefix out of the file names.
Signed-off-by: Tom Haynes <Thomas.Haynes@primarydata.com>
Acked-by: Jeff Layton <jlayton@poochiereds.net>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/filelayout/Makefile')
-rw-r--r-- | fs/nfs/filelayout/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/nfs/filelayout/Makefile b/fs/nfs/filelayout/Makefile new file mode 100644 index 000000000000..8516cdffb9e9 --- /dev/null +++ b/fs/nfs/filelayout/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the pNFS Files Layout Driver kernel module +# +obj-$(CONFIG_PNFS_FILE_LAYOUT) += nfs_layout_nfsv41_files.o +nfs_layout_nfsv41_files-y := filelayout.o filelayoutdev.o |