commit | 2baee03fb916563d7cc597e5460e4cb938815c52 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon May 09 12:08:36 2011 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon May 09 16:35:25 2011 +0100 |
tree | 7fb2318e11be52f956c0b2af44a62a4746d034ab | |
parent | 588da3b3be8b3225c2dd192aa782bf6c5c32eb84 [diff] |
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>