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

kernfs: remove the unused lockdep_key field in struct kernfs_ops

Not actually used anywhere.
Acked-by: default avatarChristian Brauner <christian.brauner@ubuntu.com>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210913054121.616001-4-hch@lst.deSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 29356624
...@@ -269,10 +269,6 @@ struct kernfs_ops { ...@@ -269,10 +269,6 @@ struct kernfs_ops {
struct poll_table_struct *pt); struct poll_table_struct *pt);
int (*mmap)(struct kernfs_open_file *of, struct vm_area_struct *vma); int (*mmap)(struct kernfs_open_file *of, struct vm_area_struct *vma);
#ifdef CONFIG_DEBUG_LOCK_ALLOC
struct lock_class_key lockdep_key;
#endif
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment