Hi,
> when I read ext3_readpage function following
> ext3_readpage->mpage_readpage->do_mpage_readpage, there are:
>
> nblocks = map_bh->b_size >> blkbits;
> if (buffer_mapped(map_bh) && block_in_file > *first_logical_block &&
> block_in_file < (*first_logical_blo
Hi, all
when I read ext3_readpage function following
ext3_readpage->mpage_readpage->do_mpage_readpage, there are:
nblocks = map_bh->b_size >> blkbits;
if (buffer_mapped(map_bh) && block_in_file > *first_logical_block &&
block_in_file < (*first_logical_block + nblock
2 matches
Mail list logo