summaryrefslogtreecommitdiff
path: root/fs/nfs/objlayout/pnfs_osd_xdr_cli.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-04pnfs-obj: Fix the comp_index != 0 caseBoaz Harrosh1-0/+3
There were bugs in the case of partial layout where olo_comp_index is not zero. This used to work and was tested but one of the later cleanup SQUASHMEs broke it and was not tested since. Also add a dprint that specify those received layout parameters. Everything else was already printed. [Needed in v3.0] CC: Stable Tree <stable@kernel.org> Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2011-05-29pnfs-obj: pnfs_osd XDR client implementationBoaz Harrosh1-0/+412
* 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>