Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327279
b: refs/heads/master
c: 9a11f45
h: refs/heads/master
i:
  327277: 60f0844
  327275: b78e56d
  327271: 6341bad
  327263: 0aee51d
v: v3
  • Loading branch information
Eric W. Biederman committed Sep 21, 2012
1 parent e622f5b commit 881f98e
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: a0eb3a05a8cbe9cd1a41dde3d1b2e5bcc10634f2
refs/heads/master: 9a11f4513c2e308e0025a55b465d377438606445
3 changes: 2 additions & 1 deletion trunk/drivers/xen/xenfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ static struct inode *xenfs_make_inode(struct super_block *sb, int mode)

if (ret) {
ret->i_mode = mode;
ret->i_uid = ret->i_gid = 0;
ret->i_uid = GLOBAL_ROOT_UID;
ret->i_gid = GLOBAL_ROOT_GID;
ret->i_blocks = 0;
ret->i_atime = ret->i_mtime = ret->i_ctime = CURRENT_TIME;
}
Expand Down
2 changes: 0 additions & 2 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -932,8 +932,6 @@ config UIDGID_CONVERTED
depends on NET_9P = n

# Filesystems
depends on XENFS = n

depends on 9P_FS = n
depends on ADFS_FS = n
depends on AFFS_FS = n
Expand Down

0 comments on commit 881f98e

Please sign in to comment.