diff options
| author | Steve French <sfrench@us.ibm.com> | 2009-06-14 09:34:46 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2009-06-14 09:34:46 -0400 |
| 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 79b9e5ea5359..4d88616bde91 100644 --- a/fs/xfs/xfs_utils.c +++ b/fs/xfs/xfs_utils.c | |||
| @@ -166,7 +166,7 @@ xfs_dir_ialloc( | |||
| 166 | xfs_buf_relse(ialloc_context); | 166 | xfs_buf_relse(ialloc_context); |
| 167 | if (dqinfo) { | 167 | if (dqinfo) { |
| 168 | tp->t_dqinfo = dqinfo; | 168 | tp->t_dqinfo = dqinfo; |
| 169 | XFS_TRANS_FREE_DQINFO(tp->t_mountp, tp); | 169 | xfs_trans_free_dqinfo(tp); |
| 170 | } | 170 | } |
| 171 | *tpp = ntp; | 171 | *tpp = ntp; |
| 172 | *ipp = NULL; | 172 | *ipp = NULL; |
