Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 507664 | Differences between
and this patch

Collapse All | Expand All

(-)work.orig/vmblock-only/linux/inode.c (-1 / +2 lines)
Lines 135-141 InodeOpLookup(struct inode *dir, // Link Here
135
   inode->i_size = INODE_TO_IINFO(inode)->nameLen;
135
   inode->i_size = INODE_TO_IINFO(inode)->nameLen;
136
   inode->i_version = 1;
136
   inode->i_version = 1;
137
   inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME;
137
   inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME;
138
   inode->i_uid = inode->i_gid = 0;
138
   inode->i_uid = KUIDT_INIT(0);
139
   inode->i_gid = KGIDT_INIT(0);
139
   inode->i_op = &LinkInodeOps;
140
   inode->i_op = &LinkInodeOps;
140
141
141
   d_add(dentry, inode);
142
   d_add(dentry, inode);

Return to bug 507664