From 716b45d309bb09188f2921f9b8e59ebd3a4ff2ed Mon Sep 17 00:00:00 2001 From: David Chinner Date: Thu, 10 Apr 2008 12:20:38 +1000 Subject: [PATCH] --- yaml --- r: 89415 b: refs/heads/master c: 31d5577b35d8397dea19f2ba7550e9225605a785 h: refs/heads/master i: 89413: a8e49d952de4a59bfc4fb0928b6500fa3b4003ce 89411: 2252e70d227da6ef83cc63fd4693c68220afe242 89407: 11f0b87d7785fbb988a091f7588abcc751cbd8b4 v: v3 --- [refs] | 2 +- trunk/fs/xfs/quota/xfs_qm.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5c3d3a6313cf..be8c83ea0c13 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 53aa7915d67b9d0f5986c9f08e76846fedc520d4 +refs/heads/master: 31d5577b35d8397dea19f2ba7550e9225605a785 diff --git a/trunk/fs/xfs/quota/xfs_qm.c b/trunk/fs/xfs/quota/xfs_qm.c index e15ee7cf3ccd..6aa3445cabad 100644 --- a/trunk/fs/xfs/quota/xfs_qm.c +++ b/trunk/fs/xfs/quota/xfs_qm.c @@ -1927,7 +1927,10 @@ xfs_qm_quotacheck( ASSERT(mp->m_quotainfo != NULL); ASSERT(xfs_Gqm != NULL); xfs_qm_destroy_quotainfo(mp); - (void)xfs_mount_reset_sbqflags(mp); + if (xfs_mount_reset_sbqflags(mp)) { + cmn_err(CE_WARN, "XFS quotacheck %s: " + "Failed to reset quota flags.", mp->m_fsname); + } } else { cmn_err(CE_NOTE, "XFS quotacheck %s: Done.", mp->m_fsname); }