mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
vfs_gpfs: move failure label before END_PROFILE
The label was added in 5e65ae14ddb74c648f31b4dfbacd4af9c02ca058 as part of fix for bug 11244, but was wrongly placed behind END_PROFILE. Bug: https://bugzilla.samba.org/show_bug.cgi?id=11244 Signed-off-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Thu May 7 19:22:00 CEST 2015 on sn-devel-104
This commit is contained in:
parent
c7fcab7999
commit
3876e59826
@ -219,9 +219,9 @@ static int vfs_gpfs_setlease(vfs_handle_struct *handle, files_struct *fsp,
|
||||
unbecome_root();
|
||||
}
|
||||
|
||||
failure:
|
||||
END_PROFILE(syscall_linux_setlease);
|
||||
|
||||
failure:
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user