Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357759
b: refs/heads/master
c: 2b8576c
h: refs/heads/master
i:
  357757: aaa6fa7
  357755: 651056f
  357751: d562619
  357743: 888daf9
  357727: 7545dc7
  357695: 6ac90d6
  357631: 3c4188a
v: v3
  • Loading branch information
Eric W. Biederman committed Jan 27, 2013
1 parent e006154 commit 972f295
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: b3c6761d9b5cc82deea7416d11c2118f6380e99c
refs/heads/master: 2b8576cb09a7b1b581c253554bf9e05d3adce7d6
2 changes: 2 additions & 0 deletions trunk/mm/shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2766,6 +2766,7 @@ static struct file_system_type shmem_fs_type = {
.name = "tmpfs",
.mount = shmem_mount,
.kill_sb = kill_litter_super,
.fs_flags = FS_USERNS_MOUNT,
};

int __init shmem_init(void)
Expand Down Expand Up @@ -2823,6 +2824,7 @@ static struct file_system_type shmem_fs_type = {
.name = "tmpfs",
.mount = ramfs_mount,
.kill_sb = kill_litter_super,
.fs_flags = FS_USERNS_MOUNT,
};

int __init shmem_init(void)
Expand Down

0 comments on commit 972f295

Please sign in to comment.