Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306023
b: refs/heads/master
c: 4b06a81
h: refs/heads/master
i:
  306021: 7bd810e
  306019: 6ee3650
  306015: f00308f
v: v3
  • Loading branch information
Eric W. Biederman committed May 19, 2012
1 parent cf680a3 commit a3a5633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8ca937a668d4be0b0c89c4fc9a912a5885ac06fe
refs/heads/master: 4b06a81f1daee668fbd6de85557bfb36dd36078f
4 changes: 2 additions & 2 deletions trunk/kernel/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ struct user_namespace init_user_ns = {
.extent[0] = {
.first = 0,
.lower_first = 0,
.count = 4294967295,
.count = 4294967295U,
},
},
.gid_map = {
.nr_extents = 1,
.extent[0] = {
.first = 0,
.lower_first = 0,
.count = 4294967295,
.count = 4294967295U,
},
},
.kref = {
Expand Down

0 comments on commit a3a5633

Please sign in to comment.