|
|
| version 1.43, 2008/05/09 04:27:47 | version 1.44, 2008/07/04 16:39:25 |
|---|---|
| Line 362 xfs_qm_scall_quotaoff( | Line 362 xfs_qm_scall_quotaoff( |
| * if we don't need them anymore. | * if we don't need them anymore. |
| */ | */ |
| if ((dqtype & XFS_QMOPT_UQUOTA) && XFS_QI_UQIP(mp)) { | if ((dqtype & XFS_QMOPT_UQUOTA) && XFS_QI_UQIP(mp)) { |
| XFS_PURGE_INODE(XFS_QI_UQIP(mp)); | IRELE(XFS_QI_UQIP(mp)); |
| XFS_QI_UQIP(mp) = NULL; | XFS_QI_UQIP(mp) = NULL; |
| } | } |
| if ((dqtype & (XFS_QMOPT_GQUOTA|XFS_QMOPT_PQUOTA)) && XFS_QI_GQIP(mp)) { | if ((dqtype & (XFS_QMOPT_GQUOTA|XFS_QMOPT_PQUOTA)) && XFS_QI_GQIP(mp)) { |
| XFS_PURGE_INODE(XFS_QI_GQIP(mp)); | IRELE(XFS_QI_GQIP(mp)); |
| XFS_QI_GQIP(mp) = NULL; | XFS_QI_GQIP(mp) = NULL; |
| } | } |
| out_error: | out_error: |