projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19312c
)
[XFS] remove an over-zealous WARN_ON
author
Christoph Hellwig
<hch@hera.kernel.org>
Fri, 27 May 2005 08:17:08 +0000
(
01:17
-0700)
committer
Christoph Hellwig
<hch@melbourne.sgi.com>
Fri, 27 May 2005 08:17:08 +0000
(
01:17
-0700)
fs/xfs/linux-2.6/xfs_aops.c
patch
|
blob
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_aops.c
b/fs/xfs/linux-2.6/xfs_aops.c
index 9278e9aba9ba7c3bf5946c7efdd3abfedf166798..93ce257cd1495cbffdb8cebfda51cd6d9c6431c6 100644
(file)
--- 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);
}