|
@@ -311,7 +311,7 @@ The smp_wmb() macro orders prior stores against later stores, and the
|
|
smp_rmb() macro orders prior loads against later loads. Therefore, if
|
|
smp_rmb() macro orders prior loads against later loads. Therefore, if
|
|
the final value of r0 is 1, the final value of r1 must also be 1.
|
|
the final value of r0 is 1, the final value of r1 must also be 1.
|
|
|
|
|
|
-The the xlog_state_switch_iclogs() function in fs/xfs/xfs_log.c contains
|
|
|
|
|
|
+The xlog_state_switch_iclogs() function in fs/xfs/xfs_log.c contains
|
|
the following write-side code fragment:
|
|
the following write-side code fragment:
|
|
|
|
|
|
log->l_curr_block -= log->l_logBBsize;
|
|
log->l_curr_block -= log->l_logBBsize;
|