diff options
Diffstat (limited to 'fs/xfs/xfs_dquot.c')
-rw-r--r-- | fs/xfs/xfs_dquot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_dquot.c b/fs/xfs/xfs_dquot.c index e2f6f7c877db..786a61e1cccd 100644 --- a/fs/xfs/xfs_dquot.c +++ b/fs/xfs/xfs_dquot.c | |||
@@ -915,8 +915,7 @@ xfs_qm_dqflush( | |||
915 | 915 | ||
916 | spin_lock(&mp->m_ail->xa_lock); | 916 | spin_lock(&mp->m_ail->xa_lock); |
917 | if (lip->li_flags & XFS_LI_IN_AIL) | 917 | if (lip->li_flags & XFS_LI_IN_AIL) |
918 | xfs_trans_ail_delete(mp->m_ail, lip, | 918 | xfs_trans_ail_delete(mp->m_ail, lip); |
919 | SHUTDOWN_CORRUPT_INCORE); | ||
920 | else | 919 | else |
921 | spin_unlock(&mp->m_ail->xa_lock); | 920 | spin_unlock(&mp->m_ail->xa_lock); |
922 | 921 | ||