summaryrefslogtreecommitdiff
path: root/fs/nfs/objlayout/Kbuild
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2011-05-22 20:49:57 +0400
committerBoaz Harrosh <bharrosh@panasas.com>2011-05-29 21:52:36 +0400
commitf1bc893a89d012649e4e7f43575b2c290e08ee42 (patch)
tree2f06cc6c3232292b2dfae6e7e7f3770699f324b4 /fs/nfs/objlayout/Kbuild
parent38b7c401f6ade50543f246c4bc2c971edf2b19dd (diff)
downloadlinux-f1bc893a89d012649e4e7f43575b2c290e08ee42.tar.xz
pnfs-obj: pnfs_osd XDR client implementation
* Add the fs/nfs/objlayout/pnfs_osd_xdr_cli.c file, which will include the XDR encode/decode implementations for the pNFS client objlayout driver. [Wrong type in comments] Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Diffstat (limited to 'fs/nfs/objlayout/Kbuild')
-rw-r--r--fs/nfs/objlayout/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/objlayout/Kbuild b/fs/nfs/objlayout/Kbuild
index 2e5b9a44773c..7b2a5a240657 100644
--- a/fs/nfs/objlayout/Kbuild
+++ b/fs/nfs/objlayout/Kbuild
@@ -1,5 +1,5 @@
#
# Makefile for the pNFS Objects Layout Driver kernel module
#
-objlayoutdriver-y := objio_osd.o
+objlayoutdriver-y := objio_osd.o pnfs_osd_xdr_cli.o
obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayoutdriver.o