mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
LINUX: afs_linux_put_link is void
The put_link callback doesn't return a value, so declare it as such. Change-Id: Icdc19de48747fdfbd3349b2ef0c2b51d5a369550 Reviewed-on: http://gerrit.openafs.org/3636 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
8d157961e9
commit
336256c7a0
@ -1391,7 +1391,7 @@ static int afs_linux_follow_link(struct dentry *dentry, struct nameidata *nd)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
static void
|
||||
afs_linux_put_link(struct dentry *dentry, struct nameidata *nd)
|
||||
{
|
||||
char *name = nd_get_link(nd);
|
||||
|
Loading…
Reference in New Issue
Block a user