ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep()
authorFeng Tang <[email protected]>
Wed, 23 Mar 2011 18:05:03 +0000 (14:05 -0400)
committerTheodore Ts'o <[email protected]>
Wed, 23 Mar 2011 18:05:03 +0000 (14:05 -0400)
commit6de9843dab3f2a1d4d66d80aa9e5782f80977d20
tree9c78e8d386e117cb890e9823b113dfdc290be580
parent0562e0bad483d10e9651fbb8f21dc3d0bad57374
ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep()

The map_bh() call will have already set the buffer_head to mapped.

Signed-off-by: Feng Tang <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
fs/ext4/inode.c