commit | 48389ef17583f2214bbd2c119b3015677419c16b | [log] [tgz] |
---|---|---|
author | Alex Elder <aelder@sgi.com> | Tue Apr 20 17:10:21 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:16 2010 -0500 |
tree | ff6b8e0cf45cb4e32e77a6ae0a9fa18c845a5ca3 | |
parent | 69ce58f08a3c455ff74cfcde90e9ab267d67f636 [diff] |
xfs: kill off l_sectbb_mask There remains only one user of the l_sectbb_mask field in the log structure. Just kill it off and compute the mask where needed from the power-of-2 sector size. (Only update from last post is to accomodate the changes in the previous patch in the series.) Signed-off-by: Alex Elder <aelder@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de>