summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNiv Sardi <xaiki@sgi.com>2008-08-13 08:05:49 +0200
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-08-13 08:05:49 +0200
commit322ff6b8cd54feb1c4c0426630f3642ab1dd2176 (patch)
tree76ea7d8cee4a30eb60cbe4a27a1efccf149bcc91 /lib
parent[XFS] don't leak m_fsname/m_rtname/m_logname (diff)
downloadlinux-322ff6b8cd54feb1c4c0426630f3642ab1dd2176.tar.xz
linux-322ff6b8cd54feb1c4c0426630f3642ab1dd2176.zip
[XFS] Move xfs_attr_rolltrans to xfs_trans_roll
Move it from the attr code to the transaction code and make the attr code call the new function. We rolltrans is really usefull whenever we want to use rolling transaction, should be generic, it isn't dependent on any part of the attr code anyway. We use this excuse to change all the: if ((error = xfs_attr_rolltrans())) calls into: error = xfs_trans_roll(); if (error) SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31729a Signed-off-by: Niv Sardi <xaiki@sgi.com> Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions