aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/xattr.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-03 06:01:58 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-03 06:01:58 +0800
commit23f14e79ace301c1e46b52344ce02e72254c57b6 (patch)
tree3b88c36c39126b252d8cf32e2ad817373afb63e5 /drivers/staging/lustre/lustre/llite/xattr.c
parentstaging: lustre: remove RETURN_EXIT macro (diff)
downloadlinux-dev-23f14e79ace301c1e46b52344ce02e72254c57b6.tar.xz
linux-dev-23f14e79ace301c1e46b52344ce02e72254c57b6.zip
staging: lustre: remove EXIT macro
We have a kernel-wide function tracing system, so use that instead of rolling a custom one just for one filesystem. Cc: Peng Tao <tao.peng@emc.com> Cc: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/llite/xattr.c')
-rw-r--r--drivers/staging/lustre/lustre/llite/xattr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/xattr.c b/drivers/staging/lustre/lustre/llite/xattr.c
index c501ac934499..cf1bb4fc36e6 100644
--- a/drivers/staging/lustre/lustre/llite/xattr.c
+++ b/drivers/staging/lustre/lustre/llite/xattr.c
@@ -413,7 +413,6 @@ do_getxattr:
memcpy(buffer, xdata, body->eadatasize);
rc = body->eadatasize;
}
- EXIT;
out:
ptlrpc_req_finished(req);
return rc;