GFS2: Don't use gfs2_change_nlink in link syscall
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 May 2011 11:08:36 +0000 (12:08 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 May 2011 15:35:25 +0000 (16:35 +0100)
There are three users of gfs2_change_nlink which add to the link
count. Two of these are about to be removed in later patches, so
this means that there will no callers, when that happens allowing
removal of that function, also in a later patch.

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

No differences found