hpfs: get rid of bitfields in struct fnode
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -110,7 +110,7 @@ void hpfs_read_inode(struct inode *i)
|
||||
}
|
||||
}
|
||||
}
|
||||
if (fnode->dirflag) {
|
||||
if (fnode_is_dir(fnode)) {
|
||||
int n_dnodes, n_subdirs;
|
||||
i->i_mode |= S_IFDIR;
|
||||
i->i_op = &hpfs_dir_iops;
|
||||
|
Reference in New Issue
Block a user