From: liangzhen Date: Wed, 6 Aug 2008 05:07:50 +0000 (+0000) Subject: Branch for LNet grained locking and SMP improvement X-Git-Tag: v1_9_50~68 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=702a3fe4882d9191285c1e6fccacdb8a31314c85;p=fs%2Flustre-release.git Branch for LNet grained locking and SMP improvement --- diff --git a/build/buildcvs b/build/buildcvs index 87ed21b..b797be0 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -163,6 +163,12 @@ case "$lustretag" in lustretag="HEAD" ;; + b_hd_lnet_smp) + # LNet grained locking and SMP improvement branch + lnettag="b_hd_lnet_smp" + lustretag="HEAD" + ;; + b_ula) # lnet "User Level Access" development branch lnettag="b_ula"