diff --git a/[refs] b/[refs] index 5cdc5c1e9800..31038249a0ff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0ea62503782699adf5757cb1d3cd9f880d13c48c +refs/heads/master: 3cd52ab68b7f17eddbff46c1f8e5a105cd901f8e diff --git a/trunk/fs/debugfs/inode.c b/trunk/fs/debugfs/inode.c index 4733eab34a23..2c9fafbe8425 100644 --- a/trunk/fs/debugfs/inode.c +++ b/trunk/fs/debugfs/inode.c @@ -291,9 +291,9 @@ static struct file_system_type debug_fs_type = { .kill_sb = kill_litter_super, }; -struct dentry *__create_file(const char *name, umode_t mode, - struct dentry *parent, void *data, - const struct file_operations *fops) +static struct dentry *__create_file(const char *name, umode_t mode, + struct dentry *parent, void *data, + const struct file_operations *fops) { struct dentry *dentry = NULL; int error;