diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-12 18:01:08 +0200 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2017-04-20 15:51:23 -0400 |
commit | 6d22323b2e9f95f99aa6f3e93c302f8100277078 (patch) | |
tree | ebfe5d2290ef1144ac4777b30c3718bda22f08c5 /fs/nfs/objlayout/Kbuild | |
parent | 260f32adb88dadfaac29f47f761a088238ca164c (diff) | |
download | linux-6d22323b2e9f95f99aa6f3e93c302f8100277078.tar.gz linux-6d22323b2e9f95f99aa6f3e93c302f8100277078.tar.bz2 linux-6d22323b2e9f95f99aa6f3e93c302f8100277078.zip |
nfs: remove the objlayout driver
The objlayout code has been in the tree, but it's been unmaintained and
no server product for it actually ever shipped.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/objlayout/Kbuild')
-rw-r--r-- | fs/nfs/objlayout/Kbuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/nfs/objlayout/Kbuild b/fs/nfs/objlayout/Kbuild deleted file mode 100644 index ed30ea072bb8..000000000000 --- a/fs/nfs/objlayout/Kbuild +++ /dev/null @@ -1,5 +0,0 @@ -# -# Makefile for the pNFS Objects Layout Driver kernel module -# -objlayoutdriver-y := objio_osd.o pnfs_osd_xdr_cli.o objlayout.o -obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayoutdriver.o |