Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346333
b: refs/heads/master
c: 4f326c0
h: refs/heads/master
i:
  346331: 73d9534
v: v3
  • Loading branch information
Eric W. Biederman committed Nov 20, 2012
1 parent 61de54c commit 276d961
Show file tree
Hide file tree
Showing 3 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: c450f371d48557e3e0fa510a4af27b92f0d8c4cc
refs/heads/master: 4f326c0064b20b78b8041f4d2f6fe188a1129f18
1 change: 1 addition & 0 deletions trunk/fs/proc/root.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ static struct file_system_type proc_fs_type = {
.name = "proc",
.mount = proc_mount,
.kill_sb = proc_kill_sb,
.fs_flags = FS_USERNS_MOUNT,
};

void __init proc_root_init(void)
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/sysfs/mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ static struct file_system_type sysfs_fs_type = {
.name = "sysfs",
.mount = sysfs_mount,
.kill_sb = sysfs_kill_sb,
.fs_flags = FS_USERNS_MOUNT,
};

int __init sysfs_init(void)
Expand Down

0 comments on commit 276d961

Please sign in to comment.