* sb_bread and inode page cache
@ 2006-04-30 18:41 Ton Chrancovich
0 siblings, 0 replies; only message in thread
From: Ton Chrancovich @ 2006-04-30 18:41 UTC (permalink / raw)
To: linux-fsdevel, kernelnewbies
Hello.
Let's suppose that we have ordinal block file system:
writepage(struct page *page, struct writeback_control *wbc)
{
return block_write_full_page(page, get_block, wbc);
}
Who have to full newly allocated block with zeros?
Am I right if make it in get_block using sb_* functions,
it may cause many troubles because of "inode cache" and block device cache
is seperate things?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-30 18:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-30 18:41 sb_bread and inode page cache Ton Chrancovich
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).