fs/adfs: dir: rename bh_fplus to bhs

Rename bh_fplus to bhs in preparation to make some of the directory
handling code sharable between implementations.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Russell King
2019-12-09 11:09:10 +00:00
committed by Al Viro
parent f93793fd73
commit 71b2612776
2 changed files with 28 additions and 30 deletions

View File

@@ -93,9 +93,7 @@ struct adfs_dir {
int nr_buffers;
struct buffer_head *bh[4];
/* big directories need allocated buffers */
struct buffer_head **bh_fplus;
struct buffer_head **bhs;
unsigned int pos;
__u32 parent_id;