Re: [PATCH v4 3/6] fat: zero out seek range on _fat_get_block

2014-03-19 Thread Namjae Jeon
2014-03-18 23:59 GMT+09:00, OGAWA Hirofumi : > Namjae Jeon writes: > >> +static void check_fallocated_region(struct inode *inode, sector_t >> iblock, >> +unsigned long *max_blocks, struct buffer_head *bh_result) >> +{ >> +struct super_block *sb = inode->i_sb; >> +sector_t

Re: [PATCH v4 3/6] fat: zero out seek range on _fat_get_block

2014-03-19 Thread Namjae Jeon
2014-03-18 23:59 GMT+09:00, OGAWA Hirofumi hirof...@mail.parknet.co.jp: Namjae Jeon linkinj...@gmail.com writes: +static void check_fallocated_region(struct inode *inode, sector_t iblock, +unsigned long *max_blocks, struct buffer_head *bh_result) +{ +struct super_block *sb =

Re: [PATCH v4 3/6] fat: zero out seek range on _fat_get_block

2014-03-18 Thread OGAWA Hirofumi
Namjae Jeon writes: > +static void check_fallocated_region(struct inode *inode, sector_t iblock, > + unsigned long *max_blocks, struct buffer_head *bh_result) > +{ > + struct super_block *sb = inode->i_sb; > + sector_t last_block, disk_block; > + const unsigned long

Re: [PATCH v4 3/6] fat: zero out seek range on _fat_get_block

2014-03-18 Thread OGAWA Hirofumi
Namjae Jeon linkinj...@gmail.com writes: +static void check_fallocated_region(struct inode *inode, sector_t iblock, + unsigned long *max_blocks, struct buffer_head *bh_result) +{ + struct super_block *sb = inode-i_sb; + sector_t last_block, disk_block; + const