aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/objlayout/Kbuild
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2011-05-22 12:49:57 -0400
committerBoaz Harrosh <bharrosh@panasas.com>2011-05-29 13:52:36 -0400
commitf1bc893a89d012649e4e7f43575b2c290e08ee42 (patch)
tree2f06cc6c3232292b2dfae6e7e7f3770699f324b4 /fs/nfs/objlayout/Kbuild
parent38b7c401f6ade50543f246c4bc2c971edf2b19dd (diff)
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 @@
1# 1#
2# Makefile for the pNFS Objects Layout Driver kernel module 2# Makefile for the pNFS Objects Layout Driver kernel module
3# 3#
4objlayoutdriver-y := objio_osd.o 4objlayoutdriver-y := objio_osd.o pnfs_osd_xdr_cli.o
5obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayoutdriver.o 5obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayoutdriver.o