commit | ad14c33ac862601c4c22755ed3b59f1906b134e5 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Nov 12 22:54:16 2012 +1100 |
committer | Ben Myers <bpm@sgi.com> | Thu Nov 15 21:34:52 2012 -0600 |
tree | 80d2fe31b0db8c0f763080ca69902cf903764da9 | |
parent | e6f7667c4eef42b6f5bc6cdeb31d0bab62fe5f79 [diff] |
xfs: factor and verify attr leaf reads Some reads are not converted yet because it isn't obvious ahead of time what the format of the block is going to be. Need to determine how to tell if the first block in the tree is a node or leaf format block. That will be done in later patches. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Phil White <pwhite@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>