]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390/hypfs: Add missing get_next_ino()
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>
Fri, 29 Jun 2012 12:48:09 +0000 (14:48 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 16 Jul 2012 08:53:21 +0000 (10:53 +0200)
commitc960bec4fe5c58c288ea206061a40fbb0b28e768
treeab883eeef5d8749d23be7cc06e2c5eef60d064e8
parent4679e8933ae6b555e570a7e1b8963c7a0f59c6e5
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 <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/hypfs/inode.c