Searched hist:c278bfecebfb1ed67c326ef472660878baa745cd (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | extents.c | diff c278bfecebfb1ed67c326ef472660878baa745cd Mon Jan 28 22:58:27 CST 2008 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.
When doing a migrate from ext3 to ext4 inode we need to make sure the test for inode type and walking inode data happens inside lock. To make this happen move truncate_mutex early before checking the i_flags.
This actually should enable us to remove the verify_chain().
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
|
H A D | inode.c | diff c278bfecebfb1ed67c326ef472660878baa745cd Mon Jan 28 22:58:27 CST 2008 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.
When doing a migrate from ext3 to ext4 inode we need to make sure the test for inode type and walking inode data happens inside lock. To make this happen move truncate_mutex early before checking the i_flags.
This actually should enable us to remove the verify_chain().
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
|