[PATCH] lockdep: annotate sb ->s_umount
[safe/jmp/linux-2.6] / include / linux / fs.h
index 05ded9e..e26de68 100644 (file)
@@ -1295,6 +1295,8 @@ struct file_system_type {
        struct module *owner;
        struct file_system_type * next;
        struct list_head fs_supers;
+       struct lock_class_key s_lock_key;
+       struct lock_class_key s_umount_key;
 };
 
 extern int get_sb_bdev(struct file_system_type *fs_type,