]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk
authorJeff Liu <jeff.liu@oracle.com>
Mon, 28 Jan 2013 13:27:25 +0000 (21:27 +0800)
committerBen Myers <bpm@sgi.com>
Fri, 1 Feb 2013 20:46:35 +0000 (14:46 -0600)
commit77bef49ca3c06a7664dc1788f53fd6c676bbc361
tree70157837040a6839f2371955925952e994c4c2d1
parent7a3009fd411a05f2aa25a55540bbd9bed6be70a2
xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk

Introduce a new transaction space reservation XFS_SB_LOG_RES() for
those transactions that need to modify the superblock on disk.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
CC: Dave Chinner <david@fromorbit.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_mount.h
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans.h