aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/Makefile
diff options
context:
space:
mode:
authorBenny Halevy <bhalevy@panasas.com>2011-05-22 19:49:06 +0300
committerBoaz Harrosh <bharrosh@panasas.com>2011-05-29 20:52:35 +0300
commitc93407d03c3ccf60b33a309e5fcd41cd98969901 (patch)
tree9ef9cfb8a2c8dd7ae05960469bfef0d396363dc4 /fs/nfs/Makefile
parentpnfs: client stats (diff)
downloadlinux-dev-c93407d03c3ccf60b33a309e5fcd41cd98969901.tar.xz
linux-dev-c93407d03c3ccf60b33a309e5fcd41cd98969901.zip
pnfs-obj: objlayoutdriver module skeleton
* Define the PNFS_OBJLAYOUT Kconfig option in the nfs master Kconfig file. * Add the objlayout driver to the Kernel's Kbuild system. * Add the fs/nfs/objlayout/Kbuild file for building the objlayoutdriver.ko driver * Define fs/nfs/objlayout/objio_osd.c, register the driver on module initialization and unregister on exit. [pnfs-obj: remove of CONFIG_PNFS fallout] Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> [added "unsure" clause] [depend on NFS_V4_1] Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Diffstat (limited to 'fs/nfs/Makefile')
-rw-r--r--fs/nfs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/Makefile b/fs/nfs/Makefile
index 7516a8aaa42e..6a34f7dd0e6f 100644
--- a/fs/nfs/Makefile
+++ b/fs/nfs/Makefile
@@ -21,3 +21,5 @@ nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
obj-$(CONFIG_PNFS_FILE_LAYOUT) += nfs_layout_nfsv41_files.o
nfs_layout_nfsv41_files-y := nfs4filelayout.o nfs4filelayoutdev.o
+
+obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayout/