diff options
author | Christoph Hellwig <hch@lst.de> | 2014-09-10 17:37:26 -0700 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-09-12 13:33:50 -0400 |
commit | 871760ce97a9a544cfb1ae4589598b25b8570a25 (patch) | |
tree | f2c1b9348487b91f6a82b55ff8cdc85104234fd5 /fs/nfs/blocklayout/Makefile | |
parent | ca0fe1dfa5acac6ec4ef5820d2eb5460b02648d5 (diff) | |
download | blackbird-op-linux-871760ce97a9a544cfb1ae4589598b25b8570a25.tar.gz blackbird-op-linux-871760ce97a9a544cfb1ae4589598b25b8570a25.zip |
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/Makefile | 4 |
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 |