From: qian Date: Sat, 26 Jan 2008 08:03:23 +0000 (+0000) Subject: b=13099 X-Git-Tag: v1_8_0_110~813 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=68745a91ae7409e74e70a9b8a6e53c7eddc04586;p=fs%2Flustre-release.git b=13099 i=adilger,deen cleanup the useless member various 'set_countp'. --- 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;