From 672935f71ec4a26770e62414d92fdf4e880def30 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Thu, 30 Apr 2015 12:29:57 +0200 Subject: [PATCH] vfs_gpfs: move failure label before END_PROFILE The label was added in 5e65ae14ddb74c648f31b4dfbacd4af9c02ca058 as part of fix for bug 11244, but is wrongly placed behind END_PROFILE. Bug: https://bugzilla.samba.org/show_bug.cgi?id=11244 Signed-off-by: Ralph Boehme --- source3/modules/vfs_gpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c index a1912df..325f7c5 100644 --- a/source3/modules/vfs_gpfs.c +++ b/source3/modules/vfs_gpfs.c @@ -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; } -- 2.1.0