Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67974
b: refs/heads/master
c: 0333cd8
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent 46b007c commit a82d1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 119dd52be33dfe6285f586ab7354897fdefc7e23
refs/heads/master: 0333cd8a3f4249fde2c50929a6eac35245fc685b
2 changes: 1 addition & 1 deletion trunk/fs/sysfs/mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static int sysfs_get_sb(struct file_system_type *fs_type,
static struct file_system_type sysfs_fs_type = {
.name = "sysfs",
.get_sb = sysfs_get_sb,
.kill_sb = kill_litter_super,
.kill_sb = kill_anon_super,
};

int __init sysfs_init(void)
Expand Down

0 comments on commit a82d1cf

Please sign in to comment.