|
@@ -396,9 +396,7 @@ typedef struct log {
|
|
struct xfs_buf_cancel **l_buf_cancel_table;
|
|
struct xfs_buf_cancel **l_buf_cancel_table;
|
|
int l_iclog_hsize; /* size of iclog header */
|
|
int l_iclog_hsize; /* size of iclog header */
|
|
int l_iclog_heads; /* # of iclog header sectors */
|
|
int l_iclog_heads; /* # of iclog header sectors */
|
|
- uint l_sectBBsize; /* sector size in BBs */
|
|
|
|
- uint l_sectbb_mask; /* sector size (in BBs)
|
|
|
|
- * alignment mask */
|
|
|
|
|
|
+ uint l_sectBBsize; /* sector size in BBs (2^n) */
|
|
int l_iclog_size; /* size of log in bytes */
|
|
int l_iclog_size; /* size of log in bytes */
|
|
int l_iclog_size_log; /* log power size of log */
|
|
int l_iclog_size_log; /* log power size of log */
|
|
int l_iclog_bufs; /* number of iclog buffers */
|
|
int l_iclog_bufs; /* number of iclog buffers */
|