Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327275
b: refs/heads/master
c: 32d639c
h: refs/heads/master
i:
  327273: 3f94a36
  327271: 6341bad
v: v3
  • Loading branch information
Eric W. Biederman committed Sep 21, 2012
1 parent b80976b commit b78e56d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 170782eb89462d30302cec12378253115b492b38
refs/heads/master: 32d639c66e04149d490093f8b4b49cb922bfe294
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1988,8 +1988,8 @@ gadgetfs_make_inode (struct super_block *sb,
if (inode) {
inode->i_ino = get_next_ino();
inode->i_mode = mode;
inode->i_uid = default_uid;
inode->i_gid = default_gid;
inode->i_uid = make_kuid(&init_user_ns, default_uid);
inode->i_gid = make_kgid(&init_user_ns, default_gid);
inode->i_atime = inode->i_mtime = inode->i_ctime
= CURRENT_TIME;
inode->i_private = data;
Expand Down
1 change: 0 additions & 1 deletion trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,6 @@ config UIDGID_CONVERTED
depends on NET_9P = n

# Filesystems
depends on USB_GADGETFS = n
depends on USB_FUNCTIONFS = n
depends on DEVTMPFS = n
depends on XENFS = n
Expand Down

0 comments on commit b78e56d

Please sign in to comment.