diff options
Diffstat (limited to 'fs/configfs/configfs_internal.h')
-rw-r--r-- | fs/configfs/configfs_internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/configfs/configfs_internal.h b/fs/configfs/configfs_internal.h index a315677e44d3..b65d1ef532d5 100644 --- a/fs/configfs/configfs_internal.h +++ b/fs/configfs/configfs_internal.h | |||
@@ -69,14 +69,13 @@ extern struct kmem_cache *configfs_dir_cachep; | |||
69 | extern int configfs_is_root(struct config_item *item); | 69 | extern int configfs_is_root(struct config_item *item); |
70 | 70 | ||
71 | extern struct inode * configfs_new_inode(umode_t mode, struct configfs_dirent *, struct super_block *); | 71 | extern struct inode * configfs_new_inode(umode_t mode, struct configfs_dirent *, struct super_block *); |
72 | extern int configfs_create(struct dentry *, umode_t mode, int (*init)(struct inode *)); | 72 | extern int configfs_create(struct dentry *, umode_t mode, void (*init)(struct inode *)); |
73 | 73 | ||
74 | extern int configfs_create_file(struct config_item *, const struct configfs_attribute *); | 74 | extern int configfs_create_file(struct config_item *, const struct configfs_attribute *); |
75 | extern int configfs_make_dirent(struct configfs_dirent *, | 75 | extern int configfs_make_dirent(struct configfs_dirent *, |
76 | struct dentry *, void *, umode_t, int); | 76 | struct dentry *, void *, umode_t, int); |
77 | extern int configfs_dirent_is_ready(struct configfs_dirent *); | 77 | extern int configfs_dirent_is_ready(struct configfs_dirent *); |
78 | 78 | ||
79 | extern int configfs_add_file(struct dentry *, const struct configfs_attribute *, int); | ||
80 | extern void configfs_hash_and_remove(struct dentry * dir, const char * name); | 79 | extern void configfs_hash_and_remove(struct dentry * dir, const char * name); |
81 | 80 | ||
82 | extern const unsigned char * configfs_get_name(struct configfs_dirent *sd); | 81 | extern const unsigned char * configfs_get_name(struct configfs_dirent *sd); |