]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: sync the changes in transaction log space reservations to user space
authorJeff Liu <jeff.liu@oracle.com>
Tue, 19 Feb 2013 05:31:25 +0000 (05:31 +0000)
committerMark Tinguely <tinguely@eagdhcp-232-136.americas.sgi.com>
Wed, 20 Feb 2013 19:55:33 +0000 (13:55 -0600)
commit67910e8b71e773e0a7b9ca3523732aaf29e89f70
tree5ec9e0e41b53efb6ba4a92f1db774c89f14b7fcf
parent9aa758dee22eb386838ea87ef4c52a36803d4fd9
xfsprogs: sync the changes in transaction log space reservations to user space

Sync the kernel code changes regarding transaction log space
reservations to user space.

As we have splitted the calculation of attrset log space reservations
into mount time and runtime in kernel code, here we need to fix
max_attrset_trans_res_adjust() to reflect this change.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Mark Tinguely <tinguely@sgi.com>
include/xfs_mount.h
include/xfs_trans.h
libxfs/xfs_attr.c
libxfs/xfs_trans.c
mkfs/maxtrres.c