From: adilger Date: Mon, 21 Jun 2004 18:25:14 +0000 (+0000) Subject: Land b1_4_smallfix onto b1_4 (20040621_1216) X-Git-Tag: v1_7_70~2^189~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7507dcff69a18463cc5e56cc96825e68f3de8772;p=fs%2Flustre-release.git Land b1_4_smallfix onto b1_4 (20040621_1216) - don't cleanup request in ll_file_open() on failed MDS open (3430) - make sure to unset replay flag from failed open requests (3440) - if default stripe count is 0, use OST count for inode size (3636) - update parent mtime/ctime on client for create/unlink (2611) - allow clients to reconnect during replay (1742) - re-awaken ptlrpcd if new requests arrive during check_set (3554) - fix cond_resched (3554) - only evict unfinished clients after recovery (3515) - allow bulk resend, prevent data loss (3570) - remove extraneous obd dereference causing LASSERT failure (3334) - don't use get_cycles() when creating temp. files on the mds (3156) - hold i_sem when setting i_size in ll_extent_lock() (3564) - handle EEXIST for set-stripe, set proper directory name (3336) - fix ksocknal_fmb_callback() error messages (2918) --- diff --git a/lustre/ptlrpc/ptlrpc_internal.h b/lustre/ptlrpc/ptlrpc_internal.h index 86fcebf..3fca883 100644 --- a/lustre/ptlrpc/ptlrpc_internal.h +++ b/lustre/ptlrpc/ptlrpc_internal.h @@ -101,8 +101,6 @@ enum { PTLRPC_REQWAIT_CNTR = 0, PTLRPC_REQQDEPTH_CNTR, PTLRPC_REQACTIVE_CNTR, - PTLRPC_REQBUF_AVAIL_CNTR, - PTLRPC_REQBUF_TOTAL_CNTR, PTLRPC_LAST_CNTR };