Files
linux-apfs/fs
Dmitry Monakhov 03bd8b9b89 ext4: move_extent code cleanup
- 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>
Cc: stable@vger.kernel.org
2012-09-26 12:32:19 -04:00
..
2012-07-30 17:25:16 -07:00
2012-08-02 09:11:19 -07:00
2012-07-27 15:17:50 -05:00
2012-07-30 17:25:16 -07:00
2012-09-26 12:32:19 -04:00
2012-07-30 17:25:19 -07:00
2012-07-30 17:25:16 -07:00
2012-07-30 17:25:21 -07:00