commit | 7c13789e3e6c66dbcaade1760087429240eb3d27 | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@primarydata.com> | Fri Jan 30 11:01:02 2015 -0500 |
committer | Tom Haynes <loghyr@primarydata.com> | Tue Feb 03 11:06:54 2015 -0800 |
tree | 3d546df6c9feb8e79fc9e9575343d47e879ee507 | |
parent | cb5d04bc39e914124e811ea55f3034d2379a5f6c [diff] |
pnfs: lookup new lseg at lseg boundary Before mirroring support was added, the pageio descriptor's pg_lseg was set to null when an RPC was sent. Because of this, pg_init was called at lseg boundaries with pg_lseg = NULL, and it could be set to the new lseg. Signed-off-by: Weston Andros Adamson <dros@primarydata.com>