Commit eaf501e0 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Greg Kroah-Hartman
Browse files

kernfs: remove the unused lockdep_key field in struct kernfs_ops

parent 29356624
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -269,10 +269,6 @@ struct kernfs_ops {
			 struct poll_table_struct *pt);

	int (*mmap)(struct kernfs_open_file *of, struct vm_area_struct *vma);

#ifdef CONFIG_DEBUG_LOCK_ALLOC
	struct lock_class_key	lockdep_key;
#endif
};

/*