diff options
author | David Moore <dmoorefo@gmail.com> | 2015-06-08 11:59:12 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2015-06-08 11:59:12 -0400 |
commit | 8bc3b1e6e8fdc1c605c06c027d999b5cca434779 (patch) | |
tree | ab1264984cee212500e06bf65930f7f61ee7bbf2 /ipc | |
parent | ad0a0ce894d554b112afab6a48fd500e636686a6 (diff) | |
download | linux-8bc3b1e6e8fdc1c605c06c027d999b5cca434779.tar.bz2 |
ext4: BUG_ON assertion repeated for inode1, not done for inode2
During a source code review of fs/ext4/extents.c I noted identical
consecutive lines. An assertion is repeated for inode1 and never done
for inode2. This is not in keeping with the rest of the code in the
ext4_swap_extents function and appears to be a bug.
Assert that the inode2 mutex is not locked.
Signed-off-by: David Moore <dmoorefo@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions