diff options
author | Dmitry Monakhov <dmonakhov@openvz.org> | 2012-09-26 12:32:19 -0400 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2012-10-17 03:48:59 +0100 |
commit | 90c145ba1ba1648f558f5fec975d2cd927d654d9 (patch) | |
tree | dd75343a9916511268fff0bb2e963ab31ea76491 /fs/compat_binfmt_elf.c | |
parent | c948a535b39a2793b574e9594b020139344c7f45 (diff) |
ext4: move_extent code cleanup
commit 03bd8b9b896c8e940f282f540e6b4de90d666b7c upstream.
- Remove usless checks, because it is too late to check that inode != NULL
at the moment it was referenced several times.
- Double lock routines looks very ugly and locking ordering relays on
order of i_ino, but other kernel code rely on order of pointers.
Let's make them simple and clean.
- check that inodes belongs to the same SB as soon as possible.
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'fs/compat_binfmt_elf.c')
0 files changed, 0 insertions, 0 deletions