GFS2: Fix nlink setting on inode creation
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 11 Jan 2012 12:35:05 +0000 (12:35 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 11 Jan 2012 12:35:05 +0000 (12:35 +0000)
Since the nlink count will be 0, we need to use set_nlink rather
than inc_nlink in order to avoid triggering the inc_nlink warning
which was added recently.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found