]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: kill off l_sectbb_mask
authorAlex Elder <aelder@sgi.com>
Tue, 20 Apr 2010 07:10:21 +0000 (17:10 +1000)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:16 +0000 (09:58 -0500)
commit182e3fbabcaff68821a055b612e2904e46f0b3c2
treeff6b8e0cf45cb4e32e77a6ae0a9fa18c845a5ca3
parent9d46539567fea41dca480cd31ccf51a2a91c7347
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>
fs/xfs/xfs_log.c
fs/xfs/xfs_log_priv.h
fs/xfs/xfs_log_recover.c