pnfs-obj: objlayoutdriver module skeleton
authorBenny Halevy <bhalevy@panasas.com>
Sun, 22 May 2011 16:49:06 +0000 (19:49 +0300)
committerBoaz Harrosh <bharrosh@panasas.com>
Sun, 29 May 2011 17:52:35 +0000 (20:52 +0300)
commitc93407d03c3ccf60b33a309e5fcd41cd98969901
tree9ef9cfb8a2c8dd7ae05960469bfef0d396363dc4
parentae50c0b5c6f6fa340f1fe2d244b358145f7e5a15
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>
fs/nfs/Kconfig
fs/nfs/Makefile
fs/nfs/objlayout/Kbuild [new file with mode: 0644]
fs/nfs/objlayout/objio_osd.c [new file with mode: 0644]