diff options
Diffstat (limited to 'include/linux/kernfs.h')
| -rw-r--r-- | include/linux/kernfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kernfs.h b/include/linux/kernfs.h index c06c44242f39..30f089ebe0a4 100644 --- a/include/linux/kernfs.h +++ b/include/linux/kernfs.h | |||
| @@ -152,6 +152,8 @@ struct kernfs_syscall_ops { | |||
| 152 | int (*rmdir)(struct kernfs_node *kn); | 152 | int (*rmdir)(struct kernfs_node *kn); |
| 153 | int (*rename)(struct kernfs_node *kn, struct kernfs_node *new_parent, | 153 | int (*rename)(struct kernfs_node *kn, struct kernfs_node *new_parent, |
| 154 | const char *new_name); | 154 | const char *new_name); |
| 155 | int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, | ||
| 156 | struct kernfs_root *root); | ||
| 155 | }; | 157 | }; |
| 156 | 158 | ||
| 157 | struct kernfs_root { | 159 | struct kernfs_root { |
