summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/hpfs_fs_sb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/hpfs_fs_sb.h b/include/linux/hpfs_fs_sb.h
index c6355adaf6f1..6eceb9539c90 100644
--- a/include/linux/hpfs_fs_sb.h
+++ b/include/linux/hpfs_fs_sb.h
@@ -20,11 +20,6 @@ struct hpfs_sb_info {
unsigned sb_lowercase : 1; /* downcase filenames hackery */
unsigned sb_was_error : 1; /* there was an error, set dirty flag */
unsigned sb_chkdsk : 2; /* chkdsk: 0-no, 1-on errs, 2-allways */
- unsigned sb_rd_fnode : 2; /* read fnode 0-no 1-dirs 2-all */
- unsigned sb_rd_inode : 2; /* lookup tells read_inode: 1-read fnode
- 2-don't read fnode, file
- 3-don't read fnode, direcotry */
- wait_queue_head_t sb_iget_q;
unsigned char *sb_cp_table; /* code page tables: */
/* 128 bytes uppercasing table & */
/* 128 bytes lowercasing table */