diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2011-05-22 16:49:57 (GMT) |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2011-05-29 17:52:36 (GMT) |
commit | f1bc893a89d012649e4e7f43575b2c290e08ee42 (patch) | |
tree | 2f06cc6c3232292b2dfae6e7e7f3770699f324b4 /fs/nfs/objlayout/Kbuild | |
parent | 38b7c401f6ade50543f246c4bc2c971edf2b19dd (diff) | |
download | linux-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/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/objlayout/Kbuild b/fs/nfs/objlayout/Kbuild index 2e5b9a4..7b2a5a2 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 |