X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_rename.c;h=fc1cda23b8171552ff6fd99d34adebf6be782bb3;hb=a7df5c5e52a545774c4db1f2adf09ede018ab139;hp=58f85e9cd11d4c90c5d4cae03b35539a181f0da9;hpb=9d87c3192d96ef9ac1cec8321538e9b35e90b5aa;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/xfs/xfs_rename.c b/fs/xfs/xfs_rename.c index 58f85e9..fc1cda2 100644 --- a/fs/xfs/xfs_rename.c +++ b/fs/xfs/xfs_rename.c @@ -39,6 +39,7 @@ #include "xfs_utils.h" #include "xfs_trans_space.h" #include "xfs_vnodeops.h" +#include "xfs_trace.h" /* @@ -166,7 +167,8 @@ xfs_rename( /* * Attach the dquots to the inodes */ - if ((error = XFS_QM_DQVOPRENAME(mp, inodes))) { + error = xfs_qm_vop_rename_dqattach(inodes); + if (error) { xfs_trans_cancel(tp, cancel_flags); goto std_return; }