]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext2, ext4: make mb block cache names more explicit
authorTahsin Erdogan <tahsin@google.com>
Thu, 22 Jun 2017 15:28:55 +0000 (11:28 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Jun 2017 15:28:55 +0000 (11:28 -0400)
commit47387409ee2e09db6d0e79a026a02073dc56bb8c
tree39bfd4f67236bd8bfefaf6a8910415071d0977a8
parentc07dfcb45877fbc6798fa042bab3c4b85378efd4
ext2, ext4: make mb block cache names more explicit

There will be a second mb_cache instance that tracks ea_inodes. Make
existing names more explicit so that it is clear that they refer to
xattr block cache.

Signed-off-by: Tahsin Erdogan <tahsin@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext2/ext2.h
fs/ext2/super.c
fs/ext2/xattr.c
fs/ext4/ext4.h
fs/ext4/super.c
fs/ext4/xattr.c