linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* no buffers in ext4_writepage?
@ 2010-06-15 16:29 Christoph Hellwig
  2010-06-15 16:41 ` Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2010-06-15 16:29 UTC (permalink / raw)
  To: linux-ext4

ext4_writepage currently has a and else case after the
page_has_buffers() check where it does I/O if there are no buffers
attached.  But given how ext4 uses a write_begin method that always
creates buffer, the normal set_page_dirty which creates buffers
and a ->page_mkwrite that creates buffers I just can't see how that case
can happen at all.

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

end of thread, other threads:[~2010-06-15 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-15 16:29 no buffers in ext4_writepage? Christoph Hellwig
2010-06-15 16:41 ` Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).