commit | c4c995430a94e7d94526fcb347c4ba4b2ae82500 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Apr 06 14:30:07 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 29 23:28:37 2012 -0400 |
tree | 00dd49eb6252305e90106a375fc3fa12d25f4d1b | |
parent | 4085e155b14a89ee36f7bfc5bd07294b0c34b0e6 [diff] [blame] |
hpfs: get rid of bitfields in struct fnode Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/hpfs/map.c b/fs/hpfs/map.c index a790821..fffcb33 100644 --- a/fs/hpfs/map.c +++ b/fs/hpfs/map.c
@@ -130,7 +130,7 @@ (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,