commit | 82939d7999dfc1f1998c4b1c12e2f19edbdff272 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Feb 22 11:50:13 2016 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 22 11:50:13 2016 -0500 |
tree | 3cebaf09ba5689f67b67bd73c79aca8d6e413140 | |
parent | f9a61eb4e2471c56a63cd804c7474128138c38ac [diff] |
ext4: convert to mbcache2 The conversion is generally straightforward. The only tricky part is that xattr block corresponding to found mbcache entry can get freed before we get buffer lock for that block. So we have to check whether the entry is still valid after getting buffer lock. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>