diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2011-05-22 12:54:13 -0400 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2011-05-29 13:55:00 -0400 |
commit | a0fe8bf427f4987d7b82678292ca03cfd7331467 (patch) | |
tree | d995bd164b03dde89da24af979931c2490fe9414 /fs/nfs/objlayout/objio_osd.c | |
parent | ac7db7264ac3314cae09893bc838fcb7e83267a4 (diff) |
pnfs-obj: objlayout_encode_layoutcommit implementation
* Define API for io-engines to report delta_space_used in IOs
* Encode the osd-layout specific information of the layoutcommit
XDR buffer.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Diffstat (limited to 'fs/nfs/objlayout/objio_osd.c')
-rw-r--r-- | fs/nfs/objlayout/objio_osd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/objlayout/objio_osd.c b/fs/nfs/objlayout/objio_osd.c index 8bca5e13f3ef..3be124160e97 100644 --- a/fs/nfs/objlayout/objio_osd.c +++ b/fs/nfs/objlayout/objio_osd.c | |||
@@ -1018,6 +1018,7 @@ static struct pnfs_layoutdriver_type objlayout_type = { | |||
1018 | 1018 | ||
1019 | .free_deviceid_node = objio_free_deviceid_node, | 1019 | .free_deviceid_node = objio_free_deviceid_node, |
1020 | 1020 | ||
1021 | .encode_layoutcommit = objlayout_encode_layoutcommit, | ||
1021 | .encode_layoutreturn = objlayout_encode_layoutreturn, | 1022 | .encode_layoutreturn = objlayout_encode_layoutreturn, |
1022 | }; | 1023 | }; |
1023 | 1024 | ||