From 9feb80c65b077204f7091e90f314098266fb7e82 Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Fri, 20 Jun 2014 12:01:01 -0500 Subject: [PATCH] LU-5252 hsm: llapi_hsm_event_fd is local, so make it static. Change-Id: I9905d0251702a11a9c2546ba4bd78fd00658d28a Signed-off-by: frank zago Reviewed-on: http://review.whamcloud.com/10808 Tested-by: Jenkins Reviewed-by: John L. Hammond Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- lustre/utils/liblustreapi_hsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/liblustreapi_hsm.c b/lustre/utils/liblustreapi_hsm.c index f1de299..c9b4d53 100644 --- a/lustre/utils/liblustreapi_hsm.c +++ b/lustre/utils/liblustreapi_hsm.c @@ -114,7 +114,7 @@ enum ct_event { }; /* initialized in llapi_hsm_register_event_fifo() */ -int llapi_hsm_event_fd = -1; +static int llapi_hsm_event_fd = -1; static inline const char *llapi_hsm_ct_ev2str(int type) { -- 1.8.3.1