Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / fat / fat.h
index 4241e6f..7c31f4b 100644 (file)
@@ -102,6 +102,7 @@ struct msdos_sb_info {
        struct hlist_head dir_hashtable[FAT_HASH_SIZE];
 
        unsigned int dirty;           /* fs state before mount */
+       struct rcu_head rcu;
 };
 
 #define FAT_CACHE_VALID        0       /* special case for valid cache */