public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* What should to do with ASSERT failed
@ 2010-08-30 20:55 Mike Gao
  2010-08-30 21:47 ` Eric Sandeen
  0 siblings, 1 reply; 8+ messages in thread
From: Mike Gao @ 2010-08-30 20:55 UTC (permalink / raw)
  To: xfs


[-- Attachment #1.1: Type: text/plain, Size: 380 bytes --]

xfs_vm_writepage
{
               /*
* A hole may still be marked uptodate because discard_buffer
 * leaves the flag set.
 */
if (!buffer_mapped(bh) && buffer_uptodate(bh)) {
 ASSERT(!buffer_dirty(bh));
 imap_valid = 0;
 continue;
}
}

I met this case that buffer is marked as dirty which make assert failed.
What does this mean and what I can do with it?

Thanks very much,
Mike

[-- Attachment #1.2: Type: text/html, Size: 1447 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-08-31 23:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 20:55 What should to do with ASSERT failed Mike Gao
2010-08-30 21:47 ` Eric Sandeen
2010-08-30 22:56   ` Mike Gao
2010-08-30 23:30     ` Eric Sandeen
2010-08-30 23:32     ` Eric Sandeen
2010-08-31  0:30     ` Dave Chinner
2010-08-31 22:50       ` Mike Gao
2010-08-31 23:39         ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox