On Mon, 7 April 2008 10:28:41 +0200, Jens Axboe wrote:
struct address_space *mapping;
/* Prevent bdev from calling back into fs */
mapping = &logfs_super(sb)->s_bdev->bd_inode->i_data;
mapping_set_gfp_mask(mapping, mapping_gfp_mask(mapping) & ~__GFP_FS);
bd_inode has an interesting comment:
struct inode * bd_inode; /* will die */
Should I be worried about that? It seems to predate git history, so
I'm not too concerned about immediate changes.
Jörn
--
Unless something dramatically changes, by 2015 we'll be largely
wondering what all the fuss surrounding Linux was really about.
-- Rob Enderle
--