]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/fat/fat.h
bonding: fire NETDEV_RELEASE event only on 0 slaves
[mirror_ubuntu-zesty-kernel.git] / fs / fat / fat.h
index 12701a5677520599fbe3172c57e655e3d0805078..e9cc3f0d58e28e54ec820d5116b0d5b154299b12 100644 (file)
@@ -95,6 +95,8 @@ struct msdos_sb_info {
 
        spinlock_t dir_hash_lock;
        struct hlist_head dir_hashtable[FAT_HASH_SIZE];
+
+       unsigned int dirty;           /* fs state before mount */
 };
 
 #define FAT_CACHE_VALID        0       /* special case for valid cache */