diff options
author | Christoph Hellwig <hch@hera.kernel.org> | 2005-05-27 01:17:08 -0700 |
---|---|---|
committer | Christoph Hellwig <hch@melbourne.sgi.com> | 2005-05-27 01:17:08 -0700 |
commit | 66f5507133f97088e553b1c8f8d341a0efd438f9 (patch) | |
tree | fbf1ca5377bc37704eb9d427e058e64ef52a99ec /fs/xfs | |
parent | b19312c4c8f3f84da57bba01d45549df1cf10dcd (diff) | |
download | linux-3.10-66f5507133f97088e553b1c8f8d341a0efd438f9.tar.gz linux-3.10-66f5507133f97088e553b1c8f8d341a0efd438f9.tar.bz2 linux-3.10-66f5507133f97088e553b1c8f8d341a0efd438f9.zip |
[XFS] remove an over-zealous WARN_ON
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index 9278e9aba9b..93ce257cd14 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); } |