From: Christoph Hellwig Date: Fri, 27 May 2005 08:17:08 +0000 (-0700) Subject: [XFS] remove an over-zealous WARN_ON X-Git-Tag: accepted/tizen/common/20141203.182822~44552^2~279^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66f5507133f97088e553b1c8f8d341a0efd438f9;p=platform%2Fkernel%2Flinux-arm64.git [XFS] remove an over-zealous WARN_ON --- diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index 9278e9a..93ce257 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c @@ -886,7 +886,6 @@ xfs_page_state_convert( SetPageUptodate(page); if (startio) { - WARN_ON(page_dirty); xfs_submit_page(page, wbc, bh_arr, cnt, 0, !page_dirty); }