summaryrefslogtreecommitdiff
path: root/fs/nfs/blocklayout/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2014-09-11 04:37:26 +0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2014-09-12 21:33:50 +0400
commit871760ce97a9a544cfb1ae4589598b25b8570a25 (patch)
treef2c1b9348487b91f6a82b55ff8cdc85104234fd5 /fs/nfs/blocklayout/Makefile
parentca0fe1dfa5acac6ec4ef5820d2eb5460b02648d5 (diff)
downloadlinux-871760ce97a9a544cfb1ae4589598b25b8570a25.tar.xz
pnfs/blocklayout: move all rpc_pipefs related code into a single file
Create a file to house all the rpc_pipefs boilerplate code instead of sprinkling it over a few files. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/blocklayout/Makefile')
-rw-r--r--fs/nfs/blocklayout/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/blocklayout/Makefile b/fs/nfs/blocklayout/Makefile
index 3fa5ec780a8e..e177026e0119 100644
--- a/fs/nfs/blocklayout/Makefile
+++ b/fs/nfs/blocklayout/Makefile
@@ -2,5 +2,5 @@
# Makefile for the pNFS block layout driver kernel module
#
obj-$(CONFIG_PNFS_BLOCK) += blocklayoutdriver.o
-blocklayoutdriver-objs := blocklayout.o blocklayoutdev.o blocklayoutdm.o \
- extent_tree.o
+
+blocklayoutdriver-y += blocklayout.o extent_tree.o rpc_pipefs.o