]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/gfs2/inode.c
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)
commit2baee03fb916563d7cc597e5460e4cb938815c52
tree7fb2318e11be52f956c0b2af44a62a4746d034ab
parent588da3b3be8b3225c2dd192aa782bf6c5c32eb84
GFS2: Don't use gfs2_change_nlink in link syscall

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>
fs/gfs2/ops_inode.c