mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
hpfs: get rid of bitfields in struct fnode
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
4085e155b1
commit
c4c995430a
8 changed files with 32 additions and 38 deletions
|
@ -130,7 +130,7 @@ struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_hea
|
|||
(unsigned long)ino);
|
||||
goto bail;
|
||||
}
|
||||
if (!fnode->dirflag) {
|
||||
if (!fnode_is_dir(fnode)) {
|
||||
if ((unsigned)fnode->btree.n_used_nodes + (unsigned)fnode->btree.n_free_nodes !=
|
||||
(fnode->btree.internal ? 12 : 8)) {
|
||||
hpfs_error(s,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue