From 68745a91ae7409e74e70a9b8a6e53c7eddc04586 Mon Sep 17 00:00:00 2001 From: qian Date: Sat, 26 Jan 2008 08:03:23 +0000 Subject: [PATCH] b=13099 i=adilger,deen cleanup the useless member various 'set_countp'. --- lustre/include/lustre_net.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/include/lustre_net.h b/lustre/include/lustre_net.h index 7883923..f72921b 100644 --- a/lustre/include/lustre_net.h +++ b/lustre/include/lustre_net.h @@ -184,8 +184,6 @@ struct ptlrpc_request_set { struct list_head set_cblist; /* list of completion callbacks */ set_interpreter_func set_interpret; /* completion callback */ void *set_arg; /* completion context */ - void *set_countp; /* pointer to NOB counter in case - * of directIO (bug11737) */ /* locked so that any old caller can communicate requests to * the set holder who can then fold them into the lock-free set */ spinlock_t set_new_req_lock; -- 1.8.3.1