Whamcloud - gitweb
b=13099
authorqian <qian>
Sat, 26 Jan 2008 08:03:23 +0000 (08:03 +0000)
committerqian <qian>
Sat, 26 Jan 2008 08:03:23 +0000 (08:03 +0000)
i=adilger,deen
cleanup the useless member various 'set_countp'.

lustre/include/lustre_net.h

index 7883923..f72921b 100644 (file)
@@ -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;