Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327282
b: refs/heads/master
c: a7d9cfe
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman committed Sep 21, 2012
1 parent 8c72f40 commit 9dbdccd
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: 31aba059bb9522ff730301a7d567117fcff0952c
refs/heads/master: a7d9cfe97b450b27c82e6e41b2fde6214708560d
4 changes: 2 additions & 2 deletions trunk/fs/cramfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ static struct inode *get_cramfs_inode(struct super_block *sb,
}

inode->i_mode = cramfs_inode->mode;
inode->i_uid = cramfs_inode->uid;
inode->i_gid = cramfs_inode->gid;
i_uid_write(inode, cramfs_inode->uid);
i_gid_write(inode, cramfs_inode->gid);

/* if the lower 2 bits are zero, the inode contains data */
if (!(inode->i_ino & 3)) {
Expand Down
1 change: 0 additions & 1 deletion trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,6 @@ config UIDGID_CONVERTED
depends on CEPH_FS = n
depends on CIFS = n
depends on CODA_FS = n
depends on CRAMFS = n
depends on ECRYPT_FS = n
depends on EFS_FS = n
depends on EXOFS_FS = n
Expand Down

0 comments on commit 9dbdccd

Please sign in to comment.