vfs: add lockdep annotation to s_vfs_rename_key for ecryptfs
[pandora-kernel.git] / include / linux / fs.h
index f3e1083..9626c5f 100644 (file)
@@ -1741,6 +1741,7 @@ struct file_system_type {
 
        struct lock_class_key s_lock_key;
        struct lock_class_key s_umount_key;
+       struct lock_class_key s_vfs_rename_key;
 
        struct lock_class_key i_lock_key;
        struct lock_class_key i_mutex_key;