From 5f61e965411d9c8341e206fccc702ac7547e49d9 Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 19 Sep 2008 19:00:49 +0000 Subject: [PATCH] b=16777 16776 r=shadow, adilger, vitaly, robert - new clas_hash and using it for connections, held locks on server, etc --- lustre/include/liblustre.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/include/liblustre.h b/lustre/include/liblustre.h index a2b6eba..dc1e481 100644 --- a/lustre/include/liblustre.h +++ b/lustre/include/liblustre.h @@ -129,7 +129,6 @@ typedef unsigned short umode_t; #define set_page_private(page, v) ((page)->private = (v)) #endif - static inline void inter_module_put(void *a) { return; -- 1.8.3.1