diff options
author | Steve French <sfrench@us.ibm.com> | 2009-06-14 13:34:46 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-06-14 13:34:46 +0000 |
commit | b70b92e41d95fd906f05f6e98f61209201495fa7 (patch) | |
tree | 594890f30f1d89d54eccfd2780dfc033bd2fdd06 /fs/xfs/xfs_utils.c | |
parent | 1e68b2b2756fc3488ecbade5ad5f13302b3aaafc (diff) | |
parent | 44b7532b8b464f606053562400719c9c21276037 (diff) |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'fs/xfs/xfs_utils.c')
-rw-r--r-- | fs/xfs/xfs_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_utils.c b/fs/xfs/xfs_utils.c index 79b9e5ea535..4d88616bde9 100644 --- a/fs/xfs/xfs_utils.c +++ b/fs/xfs/xfs_utils.c @@ -166,7 +166,7 @@ xfs_dir_ialloc( xfs_buf_relse(ialloc_context); if (dqinfo) { tp->t_dqinfo = dqinfo; - XFS_TRANS_FREE_DQINFO(tp->t_mountp, tp); + xfs_trans_free_dqinfo(tp); } *tpp = ntp; *ipp = NULL; |