powerpc/spufs: set nlink count for spufs root correctly
authorJeremy Kerr <jk@ozlabs.org>
Tue, 7 Oct 2008 07:26:55 +0000 (18:26 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 10 Oct 2008 00:06:15 +0000 (11:06 +1100)
Currently, an empty spufs root inode has nlink count of 1. However,
the directory has two links; / -> spu and /spu/ -> .

This change increments the link count of the root inode in spufs.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found