diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-14 19:09:22 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-14 19:09:22 -0400 |
commit | 68984aedabf2552aeb21b9ed232cb8f685444e3a (patch) | |
tree | 803c93116818a1bdf9566c7b00eff7d373567f80 /fs | |
parent | 4a6d87f1db06c9670251d6c72a89319e7d1cbaee (diff) | |
parent | b4b08e581fac8e0ba9ae348bdc13246c9798c99e (diff) |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'fs')
-rw-r--r-- | fs/reiserfs/namei.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/reiserfs/namei.c b/fs/reiserfs/namei.c index a20bbc1642dc..3549067c42d9 100644 --- a/fs/reiserfs/namei.c +++ b/fs/reiserfs/namei.c | |||
@@ -593,6 +593,9 @@ static int new_inode_init(struct inode *inode, struct inode *dir, int mode) | |||
593 | */ | 593 | */ |
594 | inode->i_uid = current->fsuid; | 594 | inode->i_uid = current->fsuid; |
595 | inode->i_mode = mode; | 595 | inode->i_mode = mode; |
596 | /* Make inode invalid - just in case we are going to drop it before | ||
597 | * the initialization happens */ | ||
598 | INODE_PKEY(inode)->k_objectid = 0; | ||
596 | 599 | ||
597 | if (dir->i_mode & S_ISGID) { | 600 | if (dir->i_mode & S_ISGID) { |
598 | inode->i_gid = dir->i_gid; | 601 | inode->i_gid = dir->i_gid; |