diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2013-04-23 19:13:14 +0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-04-24 08:22:32 +0400 |
commit | 6747e83235caecd30b186d1282e4eba7679f81b7 (patch) | |
tree | 12ea3462ce5acfcb0ef0606d0ddbb2a7db6bc9b9 /arch/s390/Makefile | |
parent | fd2d37c8547e57e836f912cbb57a556022803891 (diff) | |
download | linux-6747e83235caecd30b186d1282e4eba7679f81b7.tar.xz |
powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()
In commit 85fe402 (fs: do not assign default i_ino in new_inode), the
initialisation of i_ino was removed from new_inode() and pushed down
into the callers. However spufs_new_inode() was not updated.
This exhibits as no files appearing in /spu, because all our dirents
have a zero inode, which readdir() seems to dislike.
Cc: stable@vger.kernel.org
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/s390/Makefile')
0 files changed, 0 insertions, 0 deletions