From d75afbd9500c47f9404e32ad14f76255fec2d5bd Mon Sep 17 00:00:00 2001 From: Michael Holzheu Date: Fri, 29 Jun 2012 14:48:09 +0200 Subject: [PATCH] --- yaml --- r: 313862 b: refs/heads/master c: c960bec4fe5c58c288ea206061a40fbb0b28e768 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/s390/hypfs/inode.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 736a8878a46b..a4d63953f3e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4679e8933ae6b555e570a7e1b8963c7a0f59c6e5 +refs/heads/master: c960bec4fe5c58c288ea206061a40fbb0b28e768 diff --git a/trunk/arch/s390/hypfs/inode.c b/trunk/arch/s390/hypfs/inode.c index 73dae8b9b77a..440382b403c3 100644 --- a/trunk/arch/s390/hypfs/inode.c +++ b/trunk/arch/s390/hypfs/inode.c @@ -103,6 +103,7 @@ static struct inode *hypfs_make_inode(struct super_block *sb, umode_t mode) if (ret) { struct hypfs_sb_info *hypfs_info = sb->s_fs_info; + ret->i_ino = get_next_ino(); ret->i_mode = mode; ret->i_uid = hypfs_info->uid; ret->i_gid = hypfs_info->gid;