ext4: convert to mbcache2
authorJan Kara <jack@suse.cz>
Mon, 22 Feb 2016 16:50:13 +0000 (11:50 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 22 Feb 2016 16:50:13 +0000 (11:50 -0500)
commit82939d7999dfc1f1998c4b1c12e2f19edbdff272
tree3cebaf09ba5689f67b67bd73c79aca8d6e413140
parentf9a61eb4e2471c56a63cd804c7474128138c38ac
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>
fs/ext4/ext4.h
fs/ext4/super.c
fs/ext4/xattr.c
fs/ext4/xattr.h