aboutsummaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorAkira Fujita <[email protected]>2009-11-23 07:24:41 -0500
committerTheodore Ts'o <[email protected]>2009-11-23 07:24:41 -0500
commit49bd22bc4d603a2a4fc2a6a60e156cbea52eb494 (patch)
treeb1a8d6b5be2ff4a72f2274bf01c15922ad9a0e65 /scripts/objdiff
parentfc04cb49a898c372a22b21fffc47f299d8710801 (diff)
ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
If CONFIG_PROVE_LOCKING is enabled, the double_down_write_data_sem() will trigger a false-positive warning of a recursive lock. Since we take i_data_sem for the two inodes ordered by their inode numbers, this isn't a problem. Use of down_write_nested() will notify the lock dependency checker machinery that there is no problem here. This problem was reported by Brian Rogers: http://marc.info/?l=linux-ext4&m=125115356928011&w=1 Reported-by: Brian Rogers <[email protected]> Signed-off-by: Akira Fujita <[email protected]> Signed-off-by: "Theodore Ts'o" <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions