Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324364
b: refs/heads/master
c: 3cd52ab
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wright authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent d83d097 commit 08a6aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ea62503782699adf5757cb1d3cd9f880d13c48c
refs/heads/master: 3cd52ab68b7f17eddbff46c1f8e5a105cd901f8e
6 changes: 3 additions & 3 deletions trunk/fs/debugfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 08a6aa2

Please sign in to comment.