summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmcommon.h
diff options
context:
space:
mode:
authorTao Ma2010-04-26 08:34:57 +0200
committerJoel Becker2010-05-06 03:18:09 +0200
commitc901fb00731e307c2c6e8c7d5eee005df5835f9d (patch)
tree4c68bf68590d04d1045ae5d66a9ae158c56019fa /fs/ocfs2/dlm/dlmcommon.h
parentocfs2/trivial: Code cleanup for allocation reservation. (diff)
downloadkernel-qcow2-linux-c901fb00731e307c2c6e8c7d5eee005df5835f9d.tar.gz
kernel-qcow2-linux-c901fb00731e307c2c6e8c7d5eee005df5835f9d.tar.xz
kernel-qcow2-linux-c901fb00731e307c2c6e8c7d5eee005df5835f9d.zip
ocfs2: Make ocfs2_extend_trans() really extend.
In ocfs2, we use ocfs2_extend_trans() to extend a journal handle's blocks. But if jbd2_journal_extend() fails, it will only restart with the the new number of blocks. This tends to be awkward since in most cases we want additional reserved blocks. It makes our code harder to mantain since the caller can't be sure all the original blocks will not be accessed and dirtied again. There are 15 callers of ocfs2_extend_trans() in fs/ocfs2, and 12 of them have to add h_buffer_credits before they call ocfs2_extend_trans(). This makes ocfs2_extend_trans() really extend atop the original block count. Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2/dlm/dlmcommon.h')
0 files changed, 0 insertions, 0 deletions