commit | cd2c080c33fdab4ecf5ad43c88be0d3b646d272b | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon May 26 11:39:17 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 26 11:39:17 2014 -0400 |
tree | 55d276f533e664259f1c81121e05267c9ee46a0f | |
parent | 0baaea64009d5edbfee36a949017f7c68926fafc [diff] |
ext4: use sbi in ext4_orphan_{add|del}() Use sbi pointer consistently in ext4_orphan_del() instead of opencoding it sometimes. Also ext4_orphan_add() uses EXT4_SB(sb) often so create sbi variable for it as well and use it. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>