summaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fat/fat.h')
-rw-r--r--fs/fat/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fat/fat.h b/fs/fat/fat.h
index 4241e6f39e86..7c31f4bc74a9 100644
--- a/fs/fat/fat.h
+++ b/fs/fat/fat.h
@@ -102,6 +102,7 @@ struct msdos_sb_info {
102 struct hlist_head dir_hashtable[FAT_HASH_SIZE]; 102 struct hlist_head dir_hashtable[FAT_HASH_SIZE];
103 103
104 unsigned int dirty; /* fs state before mount */ 104 unsigned int dirty; /* fs state before mount */
105 struct rcu_head rcu;
105}; 106};
106 107
107#define FAT_CACHE_VALID 0 /* special case for valid cache */ 108#define FAT_CACHE_VALID 0 /* special case for valid cache */