[PATCH] Staging: lustre: fld: moved EXPORT_SYMBOL() for a fix.

Gary Rookard garyrookard at gmail.com
Thu Mar 13 04:04:18 UTC 2014


I moved EXPORT_SYMBOL(fld_client_proc_fini); for a warning fix.

Signed-off-by: Gary Alan Rookard <garyrookard at gmail.com>
---
On branch staging-next
 drivers/staging/lustre/lustre/fld/fld_request.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/lustre/lustre/fld/fld_request.c b/drivers/staging/lustre/lustre/fld/fld_request.c
index 896f9fe..4474537 100644
--- a/drivers/staging/lustre/lustre/fld/fld_request.c
+++ b/drivers/staging/lustre/lustre/fld/fld_request.c
@@ -325,9 +325,8 @@ void fld_client_proc_fini(struct lu_client_fld *fld)
 {
 	return;
 }
-#endif
-
 EXPORT_SYMBOL(fld_client_proc_fini);
+#endif
 
 static inline int hash_is_sane(int hash)
 {
-- 
1.9.0



More information about the devel mailing list