Skip to content

Commit

Permalink
pnfs-obj: pnfs_osd XDR client implementation
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Boaz Harrosh committed May 29, 2011
1 parent 38b7c40 commit f1bc893
Show file tree
Hide file tree
Showing 2 changed files with 413 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/objlayout/Kbuild
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit f1bc893

Please sign in to comment.