From 08a6aa2756c1decfa0fe5ad06d9490d98fecff6f Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Thu, 9 Aug 2012 15:40:39 -0700 Subject: [PATCH] --- yaml --- r: 324364 b: refs/heads/master c: 3cd52ab68b7f17eddbff46c1f8e5a105cd901f8e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/debugfs/inode.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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;