]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit75980e9575cf7bf5eb943b2bc6d89409f013c161
tree3cebaf09ba5689f67b67bd73c79aca8d6e413140
parent3265b67c689797f51303bf14ee0065b0e1791b93
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