linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mpage writepage question
@ 2005-02-03 16:37 Badari Pulavarty
  2005-02-03 17:10 ` Sonny Rao
  2005-02-03 18:52 ` Andrew Morton
  0 siblings, 2 replies; 3+ messages in thread
From: Badari Pulavarty @ 2005-02-03 16:37 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Andrew Morton

Hi Andrew,

I was wondering why mpage_writepage() is only "static" ?

Is the expectation that, filesystems use

	.writepage == block_full_write_page
	.writepages == mpage_writepages 

? I am little confused on why we have 2 different ways to
do things ? block_full_write_page() seems to be creating
buffer heads, where as mpage_writepages() can do directly
bios. Shouldn't they be using mpage_writepage() instead of
block_full_write_page() ?

Thanks,
Badari


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

end of thread, other threads:[~2005-02-03 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-03 16:37 mpage writepage question Badari Pulavarty
2005-02-03 17:10 ` Sonny Rao
2005-02-03 18:52 ` Andrew Morton

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).