Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133439
b: refs/heads/master
c: 4a67a1b
h: refs/heads/master
i:
  133437: 0309df3
  133435: f4c8ebd
  133431: 1fbd3a4
  133423: 668bb09
  133407: fe5c3db
  133375: 0c995b7
v: v3
  • Loading branch information
Eric W. Biederman authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 10e500f commit d317c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8231f2f99a5e5fc45a25e8de09fd1ab9711babf1
refs/heads/master: 4a67a1bc0b3a0db017b560cee27370d141c58e25
2 changes: 2 additions & 0 deletions trunk/fs/sysfs/mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ static int sysfs_fill_super(struct super_block *sb, void *data, int silent)
sysfs_sb = sb;

/* get root inode, initialize and unlock it */
mutex_lock(&sysfs_mutex);
inode = sysfs_get_inode(&sysfs_root);
mutex_unlock(&sysfs_mutex);
if (!inode) {
pr_debug("sysfs: could not get root inode\n");
return -ENOMEM;
Expand Down

0 comments on commit d317c0d

Please sign in to comment.