On Wed, 2004-06-23 at 15:55, John Goerzen wrote: > Hmm. I wonder why this is different between 2.4 and 2.6?
It might have to do with jfs using nobh_prepare_write, nobh_commit_write, and nobh_truncate_page in 2.6. In 2.4, jfs calls block_prepare_write, etc. The block_* helpers still allocate buffer_heads and attach them to the pages. -- David Kleikamp IBM Linux Technology Center _______________________________________________ Jfs-discussion mailing list [EMAIL PROTECTED] http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion
