From: Michael Holzheu Date: Fri, 29 Jun 2012 12:48:09 +0000 (+0200) Subject: s390/hypfs: Add missing get_next_ino() X-Git-Tag: v3.6-rc1~126^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c960bec4fe5c58c288ea206061a40fbb0b28e768;p=pandora-kernel.git s390/hypfs: Add missing get_next_ino() With git commit 85fe4025c616a7c0ed07bc2fc8c5371b07f3888c ("fs: do not assign default i_ino in new_inode") the get_next_ino() function was moved from the new_inode() to the different file system implementations. Unfortunately hypfs has been overlooked by the author. With this patch the get_next_ino() is added also to hypfs. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed