aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/debugfs/inode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c
index 4733eab34a2..2c9fafbe842 100644
--- a/fs/debugfs/inode.c
+++ b/fs/debugfs/inode.c
@@ -291,9 +291,9 @@ static struct file_system_type debug_fs_type = {
291 .kill_sb = kill_litter_super, 291 .kill_sb = kill_litter_super,
292}; 292};
293 293
294struct dentry *__create_file(const char *name, umode_t mode, 294static struct dentry *__create_file(const char *name, umode_t mode,
295 struct dentry *parent, void *data, 295 struct dentry *parent, void *data,
296 const struct file_operations *fops) 296 const struct file_operations *fops)
297{ 297{
298 struct dentry *dentry = NULL; 298 struct dentry *dentry = NULL;
299 int error; 299 int error;