Whamcloud - gitweb
fs/lustre-release.git
16 years agoBranch b1_6
adilger [Mon, 17 Sep 2007 17:10:34 +0000 (17:10 +0000)]
Branch b1_6
Add OBD_CONNECT_MDS_MDS and OBD_CONNECT_REAL from HEAD so we don't get any
conflicts in the future.

16 years agoBranch b1_6
adilger [Mon, 17 Sep 2007 16:24:16 +0000 (16:24 +0000)]
Branch b1_6
Add OBD_CONNECT_MDS_MDS and OBD_CONNECT_REAL from HEAD so we don't get any
conflicts in the future.

16 years ago- fixed arguments order in ldlm_dump_all_namespaces().
yury [Sat, 15 Sep 2007 13:01:54 +0000 (13:01 +0000)]
- fixed arguments order in ldlm_dump_all_namespaces().

16 years agob=13610
kalpak [Sat, 15 Sep 2007 07:14:43 +0000 (07:14 +0000)]
b=13610

Fix typo in last commit.

16 years agob=13610
kalpak [Sat, 15 Sep 2007 07:06:58 +0000 (07:06 +0000)]
b=13610
i=andreas, johann

The changed prototype of ext_prepare_callback will be used in lustre if HAVE_EXT_PREPARE_CB_EXTENT is declared.

16 years agob=13553
nathan [Fri, 14 Sep 2007 22:38:38 +0000 (22:38 +0000)]
b=13553
i=adilger
df after clearing fail_loc

16 years agoBranch b1_6
adilger [Fri, 14 Sep 2007 21:58:43 +0000 (21:58 +0000)]
Branch b1_6
Disable client page cache checksumming by default. This does not affect
the wire checksumming, and only adds a lot of CPU overhead that is mostly
useful only for debugging rare client memory corruption vs. the more
common network transfer corruption. It can be enabled at runtime via
"echo 1 > $LPROC/llite/*/checksum_pages".
b=13579
i=scjody
i=nathan

16 years agoBranch b1_6
adilger [Fri, 14 Sep 2007 21:52:16 +0000 (21:52 +0000)]
Branch b1_6
b=13547, b=13627
Description: Data corruption for OSTs that are formatted larger than 2TB
             on 32-bit servers.
Details    : When generating the bio request for lustre file writes the
     sector number would overflow a temporary variable before being
     used for the IO.  The data reads correctly from Lustre (which
     will overflow in a similar manner) but other file data or
     filesystem metadata may be corrupted in some cases.

16 years agob=13394
grev [Fri, 14 Sep 2007 17:49:51 +0000 (17:49 +0000)]
b=13394
i=Nathan

get rid of "./"

16 years agofix small typo in last commit.
shadow [Fri, 14 Sep 2007 17:42:58 +0000 (17:42 +0000)]
fix small typo in last commit.
b=13304

16 years agob=13457
cliffw [Fri, 14 Sep 2007 17:33:14 +0000 (17:33 +0000)]
b=13457
i=nathan
i=brian

fixes option syntax for lfs

16 years agoBranch b1_6
vitaly [Fri, 14 Sep 2007 17:05:34 +0000 (17:05 +0000)]
Branch b1_6
b=13563
i=adilger
i=green

1) cancel lru locks in ldlm_cli_cancel() and send 1 batched cancel RPC;
2) pass the whole list of canceled locks to the async blocking thread, not
lock-by-lock, and send cancels in batched cancel RPCs.

16 years agob=13595,13608
yury [Fri, 14 Sep 2007 16:14:11 +0000 (16:14 +0000)]
b=13595,13608
r=nathan,adilger,shadow,green

- separates client and server namespaces. Each "side" has own list and own lock;
- separate pool shrinker to client and server shrinkers which work each with own list. This is needed to avoid mixing up server and client pool cached resources which are too different. Client's locks may be canceled in sync manner and we can return to VM number of still cached resources. And server resources (locks) are not removed in sync way,  we just change SLV and expect that client will cancel something. To VM we return 0 as number of canceled locks;

- in ldlm_pools_shrink() use down_trylock() to avoid locking ns sem when it is already locked. This fixes hang up in test 116 if memory pressure comes. This issue is due to deadlock bewteen shrinker and pool thread if client and server run on same host;

- move lru add stuff into separate func;
- change l_last_used and move lock to tail of lru for case of FL_TEST_LOCK to make sure that it will still hang for some time in lru afer that. So that, if we looked for look even with FL_TEST_LOCK this means that we may need its resourse yet some time and better to stay lock in cache.

16 years agoBranch b1_6
johann [Fri, 14 Sep 2007 13:36:02 +0000 (13:36 +0000)]
Branch b1_6
b=13358
i=wangdi
i=nikita

Impossible (EPROTO is returned) to access a directory that has a
non-default striping and ACLs.

16 years agoBranch b1_6
johann [Fri, 14 Sep 2007 12:57:01 +0000 (12:57 +0000)]
Branch b1_6
b=13181
i=alex
i=nikita

Don't take the BKL in fsfilt_ext3_setattr() for 2.6 kernels.
It causes scheduling issues when removing large files.

16 years agob=12460
grev [Fri, 14 Sep 2007 12:15:17 +0000 (12:15 +0000)]
b=12460
i=Adilger

Skip "cd ." part for patchless.

16 years ago- cleanups in ldlm_pool.c - all pools recalc is moved to separate function ldlm_pools...
yury [Fri, 14 Sep 2007 10:25:19 +0000 (10:25 +0000)]
- cleanups in ldlm_pool.c - all pools recalc is moved to separate function ldlm_pools_recalc();
- grant_speed, grant_rate, garnt_plan, cancel_rate have own procfs functions which take into account possible schedule lag for pools thread.

16 years agoKernels after 2.6.16 not allow resotre s_dev from put_super, fix it.
shadow [Fri, 14 Sep 2007 07:58:20 +0000 (07:58 +0000)]
Kernels after 2.6.16 not allow resotre s_dev from put_super, fix it.

b=13304
i=johann
i=green

16 years agoNever resend AST requests.
deen [Thu, 13 Sep 2007 18:45:05 +0000 (18:45 +0000)]
Never resend AST requests.

b=13596
i=adilger
i=deen
original patch by green

16 years ago- fixed issue with long time not being scheduled pools thread. We need to compensate...
yury [Thu, 13 Sep 2007 18:09:55 +0000 (18:09 +0000)]
- fixed issue with long time not being scheduled pools thread. We need to compensate that in lprocfs_rd_pool_state()

16 years agob=10555
kalpak [Thu, 13 Sep 2007 11:35:05 +0000 (11:35 +0000)]
b=10555

Use correct structure name.

16 years agoBranch b1_6
bobijam [Thu, 13 Sep 2007 03:11:44 +0000 (03:11 +0000)]
Branch b1_6
b=13600
i=kalpak, bobijam

original patch by adilger.

Description: "lfs find -obd UUID" prints directories
Details    : "lfs find -obd UUID" will return all directory names instead
             of just file names. It is incorrect because the directories
             do not reside on the OSTs.

16 years agoBranch b1_6
liuy [Thu, 13 Sep 2007 02:24:50 +0000 (02:24 +0000)]
Branch b1_6
b=2369
i=johann, deen

replace inode->i_size access with i_size_read/write

16 years agoBranch b1_6
scjody [Thu, 13 Sep 2007 01:38:27 +0000 (01:38 +0000)]
Branch b1_6

Remove client patches from SLES 10 kernel.  This causes SLES 10 clients to
behave as patchless clients even on a Lustre-patched (server) kernel.

b=12411
i=adilger
i=johann

16 years agob=13486
grev [Wed, 12 Sep 2007 23:21:43 +0000 (23:21 +0000)]
b=13486
i=Nathan

Increase a set of files to choose from.

16 years agoBranch b1_6
adilger [Wed, 12 Sep 2007 21:50:35 +0000 (21:50 +0000)]
Branch b1_6
Move bug 13547 to 1.6.3 section instead of 1.6.4

16 years agob=12186
cliffw [Wed, 12 Sep 2007 19:50:28 +0000 (19:50 +0000)]
b=12186
Update ChangeLog

16 years agob=12186
cliffw [Wed, 12 Sep 2007 19:42:44 +0000 (19:42 +0000)]
b=12186
i=Adilger

Fixes man pages for lfs

16 years agob=3055
nathan [Wed, 12 Sep 2007 19:18:47 +0000 (19:18 +0000)]
b=3055
i=green
changes from eeb's inspection

16 years agoBranch b1_6
adilger [Wed, 12 Sep 2007 18:36:37 +0000 (18:36 +0000)]
Branch b1_6
Allow dbench to find client.txt in /usr/share/dbench.
b=12467
i=nathan
i=adilger (original patch)

16 years agoBranch b1_6
scjody [Wed, 12 Sep 2007 16:42:12 +0000 (16:42 +0000)]
Branch b1_6

Add
--------------------------------------------------------------------------------
separator

16 years agob=11230
komaln [Wed, 12 Sep 2007 12:31:08 +0000 (12:31 +0000)]
b=11230
Quiet a warning.

16 years agob=11230
komaln [Wed, 12 Sep 2007 11:55:04 +0000 (11:55 +0000)]
b=11230
r=Nathan, Adilger

To tune the kernel for good SCSI performance.

16 years ago- make lru resize stuff in sanity.sh less verbose;
yury [Wed, 12 Sep 2007 09:15:08 +0000 (09:15 +0000)]
- make lru resize stuff in sanity.sh less verbose;
- cleanups in tests 120* and test 124 about disable/enable lru resize;
- make test_124 sleep for 30s to not make it too long.

16 years agoBranch b1_6
liuy [Wed, 12 Sep 2007 03:29:20 +0000 (03:29 +0000)]
Branch b1_6
b=13125

replace stripe_cnt_min with *stripe_cnt to keep good object distribution

16 years agoBranch b1_6
bobijam [Wed, 12 Sep 2007 02:22:58 +0000 (02:22 +0000)]
Branch b1_6
b=13555

disable test_36 for now.

16 years agob=13552
nathan [Wed, 12 Sep 2007 00:33:14 +0000 (00:33 +0000)]
b=13552
wait longer for remote clients

16 years agoBranch b1_6
scjody [Tue, 11 Sep 2007 23:33:20 +0000 (23:33 +0000)]
Branch b1_6

Update versions for 1.6.4

16 years agoBranch b1_6
scjody [Tue, 11 Sep 2007 23:17:17 +0000 (23:17 +0000)]
Branch b1_6

Update versions and dates.

16 years agoBranch: b1_6
wangdi [Tue, 11 Sep 2007 21:00:02 +0000 (21:00 +0000)]
Branch: b1_6
b=13436
Only disconnect errors(ENOTCONNECT & ENODEV) should be returned by rq_status.
i=green
i=adiger

16 years agoBranch b1_6
johann [Tue, 11 Sep 2007 18:35:34 +0000 (18:35 +0000)]
Branch b1_6

Disable journal checksum patch due to release-blocking problems with
quota and other errors (LTS does not support # in the series files).
b=13487
b=13449
r=scjody

16 years agoBranch b1_6
johann [Tue, 11 Sep 2007 18:08:23 +0000 (18:08 +0000)]
Branch b1_6

Disable journal checksum patch due to release-blocking problems with
quota and other errors
b=13487
b=13449
r=scjody

16 years ago- zero out GS, GR and CR for client pools also in recalc.
yury [Tue, 11 Sep 2007 11:15:27 +0000 (11:15 +0000)]
- zero out GS, GR and CR for client pools also in recalc.

16 years ago- disable/enable all namespace pools matched with pass argument in sanity.sh;
yury [Tue, 11 Sep 2007 09:34:16 +0000 (09:34 +0000)]
- disable/enable all namespace pools matched with pass argument in sanity.sh;
- disable all pools (and OST ones too) in ELC tests;
- fixes in test_124:
  - make test_124 less stressing, create only 1000 locks in it;
  - calculate LVF correctly, that is, based on lock number created, desired sleep time and current limit instead of cardcoded value;
  - make test suitable for running CMD environment, where desired set of data may be shared between few MDSes.

16 years ago- cleanup in ldlm_cancel_lru_local()
yury [Mon, 10 Sep 2007 15:10:23 +0000 (15:10 +0000)]
- cleanup in ldlm_cancel_lru_local()

16 years ago- add OBD_CONNECT_LRU_RESIZE for mds->ost connections. MDS does not take locks on...
yury [Mon, 10 Sep 2007 14:49:10 +0000 (14:49 +0000)]
- add OBD_CONNECT_LRU_RESIZE for mds->ost connections. MDS does not take locks on OST, but this flag will allow all namespaces look same way if LRU_RESIZE is supported.

16 years ago- fixed bug in ldlm_cancel_lru_local(). It should cancel locks according to SLV only...
yury [Mon, 10 Sep 2007 14:00:20 +0000 (14:00 +0000)]
- fixed bug in ldlm_cancel_lru_local(). It should cancel locks according to SLV only in the case of passed zero @count. If @count is not zero - cancel requested number of locks regardless SLV. Found by failure of sanityN test_20;
- raise error and return -EINVAL if ldlm_cancel_lru() did not cancel requested number of locks in case of sync cancel if lru resize is supported.

16 years agoBranch b1_6
adilger [Mon, 10 Sep 2007 08:10:01 +0000 (08:10 +0000)]
Branch b1_6
Add "df" so the statfs data will be updated on disk (when statfs patches
are landed).
b=13198

16 years agoBranch b1_6
adilger [Sat, 8 Sep 2007 18:36:40 +0000 (18:36 +0000)]
Branch b1_6
Update ancient versioning doc to match current policy.

16 years ago- fixed disabling pool shrinker in test 120a.
yury [Sat, 8 Sep 2007 17:13:20 +0000 (17:13 +0000)]
- fixed disabling pool shrinker in test 120a.

16 years agoBranch b1_6
adilger [Fri, 7 Sep 2007 19:40:12 +0000 (19:40 +0000)]
Branch b1_6
Add linefeed so message isn't confusingly overwritten.
b=13547

16 years agoSeverity : cleanup
nikita [Fri, 7 Sep 2007 18:09:58 +0000 (18:09 +0000)]
Severity   : cleanup
Bugzilla   : 13532
Description: rewrite ext2-derived code in llite/dir.c and obdclass/uuid.c
Details    : rewrite inherited code (uuid parsing code from ext2 utils and
             readdir code from ext3) from scratch preserving functionality.
b=13532
i=adilger
i=alex
i=green

16 years agob=13542
nathan [Fri, 7 Sep 2007 17:43:25 +0000 (17:43 +0000)]
b=13542
i=deen
i=tianzy
the reply state was leaked in the no_reply case

16 years agob=12348
mjmac [Fri, 7 Sep 2007 10:37:57 +0000 (10:37 +0000)]
b=12348
i=brian
i=scjody
* Include disk1_4.zip in lustre-tests RPM

16 years agob=2262
yury [Fri, 7 Sep 2007 09:32:25 +0000 (09:32 +0000)]
b=2262
r=adilger,vitaly,nikita
- landed lru resize.

16 years agob=13128
kalpak [Fri, 7 Sep 2007 08:53:48 +0000 (08:53 +0000)]
b=13128
i=adilger,shadow

Minor cleanups in lfs find and lfs getstripe

16 years agoBranch b1_6
scjody [Thu, 6 Sep 2007 19:03:06 +0000 (19:03 +0000)]
Branch b1_6

Strip trailing whitespace.

16 years agoBranch b1_6
vitaly [Thu, 6 Sep 2007 12:51:09 +0000 (12:51 +0000)]
Branch b1_6
b=13060
i=huanghua
i=tappro

put the lock after unlocking the resource

16 years agob=12616
kalpak [Thu, 6 Sep 2007 11:23:36 +0000 (11:23 +0000)]
b=12616
i=adilger, johann

Quiet redefinition warning.

16 years agoBranch b1_6
liuy [Thu, 6 Sep 2007 08:12:44 +0000 (08:12 +0000)]
Branch b1_6
b=13125
i=nathan, deen

Description: osts not allocated evenly to files
Details    : change the condition to increase offset_idx

16 years agoWeekly tag build -> v1_6_2_92
buffalo-pull [Thu, 6 Sep 2007 02:24:39 +0000 (02:24 +0000)]
Weekly tag build -> v1_6_2_92

16 years agoBranch b1_6
bobijam [Thu, 6 Sep 2007 02:11:41 +0000 (02:11 +0000)]
Branch b1_6
b=12743
i=deen, adilger

conf-sanity test case for bug 12743: df report consistency on OSTs with different block size.

16 years agoBranch b1_6
scjody [Wed, 5 Sep 2007 21:16:01 +0000 (21:16 +0000)]
Branch b1_6

Test 74 is now 74b and listed in ALWAYS_EXCEPT.  Test 74a is based on the old
test but passes on patchless clients.

b=13310
i=adilger
i=green

16 years agoBranch b1_6
adilger [Wed, 5 Sep 2007 21:11:34 +0000 (21:11 +0000)]
Branch b1_6
Add "Frequency" for bugs missing them.
Change severity to "enhancement" for new features/kernels.
Remove internal test changes that are not of interest to customers.

16 years agoFix for bug 12418: "Evictions taking too long".
deen [Wed, 5 Sep 2007 20:28:34 +0000 (20:28 +0000)]
Fix for bug 12418: "Evictions taking too long".

b=12418
i=green
i=adilger

16 years agob=13462
grev [Wed, 5 Sep 2007 19:56:33 +0000 (19:56 +0000)]
b=13462
i=Adilger

Increase checkstat verbosity.

16 years agob=12599
grev [Wed, 5 Sep 2007 18:56:16 +0000 (18:56 +0000)]
b=12599
i=Wangdi
i=Tianzy

sanity-quota elimination of duplicate code.

16 years agob=13496
grev [Wed, 5 Sep 2007 18:49:02 +0000 (18:49 +0000)]
b=13496
i=Wangdi
i=Nathan

replay-ost-single CLEANUP fix.

16 years agob=13500
grev [Wed, 5 Sep 2007 18:12:47 +0000 (18:12 +0000)]
b=13500
i=Nathan

Wait for MDT value to update.

16 years agofix build problem on Cray XT3 machines. See bz-13315
walter [Wed, 5 Sep 2007 15:42:37 +0000 (15:42 +0000)]
fix build problem on Cray XT3 machines.  See bz-13315

16 years agoBranch b1_6
tianzy [Wed, 5 Sep 2007 09:50:17 +0000 (09:50 +0000)]
Branch b1_6
when mds and osts use different quota unit(32bit and 64bit), quota will be released
repeatly. This patch voids sending multiple quota reqs to mds, which will keep the
status between the reqs.
b=12588
i=johann
i=wangdi

16 years agoBranch b1_6
huanghua [Tue, 4 Sep 2007 05:29:07 +0000 (05:29 +0000)]
Branch b1_6
b=11401
i=adilger
i=tappro
i=green

client-side metadata stat-ahead during readdir (directory readahead)

16 years agob=3055
nathan [Mon, 3 Sep 2007 14:48:19 +0000 (14:48 +0000)]
b=3055
at SOW watchdogs are too short using AT only

16 years agob=3055
nathan [Mon, 3 Sep 2007 06:05:55 +0000 (06:05 +0000)]
b=3055
i=adilger
i=eeb (pending)
adaptive timeouts

16 years agoBranch b1_6
adilger [Fri, 31 Aug 2007 22:42:43 +0000 (22:42 +0000)]
Branch b1_6
Change version to 1.6.2.91.

Beta tags should be numbered BEFORE the release they are for, otherwise
RPM will consider the beta to be "newer" than the actual release.

16 years agoBranch b1_6
adilger [Fri, 31 Aug 2007 21:15:55 +0000 (21:15 +0000)]
Branch b1_6
Update mkfs.lustre's idea of the latest e2fsprogs version.

16 years agofix warning
nathan [Fri, 31 Aug 2007 17:50:13 +0000 (17:50 +0000)]
fix warning

16 years agob=10555
kalpak [Fri, 31 Aug 2007 08:49:19 +0000 (08:49 +0000)]
b=10555
i=adilger, girish

Small change in ldiskfs/Makefile.in for new fiemap.h file.

Also fiemap patch chanegs the definition of ext3_prepare_callback, so effect the change in fsfilt_ext3.c.

16 years agoBranch b1_6
bobijam [Fri, 31 Aug 2007 02:20:28 +0000 (02:20 +0000)]
Branch b1_6
b=12743
i=adilger, wangdi

* test case for bug 12743.
* fix a typo: test_27x -> test_27w

16 years agoBranch b1_6
scjody [Thu, 30 Aug 2007 19:35:22 +0000 (19:35 +0000)]
Branch b1_6

Whitespace cleanup

16 years agob=11270
zam [Thu, 30 Aug 2007 19:23:31 +0000 (19:23 +0000)]
b=11270
i=adilger
i=nikita

file contention detection and lockless i/o implementation
for contended files.

16 years agoBranch b1_6
scjody [Thu, 30 Aug 2007 18:17:43 +0000 (18:17 +0000)]
Branch b1_6

Whitespace cleanup.

16 years agob=12560
grev [Thu, 30 Aug 2007 16:41:55 +0000 (16:41 +0000)]
b=12560
b=13367

fix a typo in last commit

16 years agob=12560
grev [Thu, 30 Aug 2007 16:35:28 +0000 (16:35 +0000)]
b=12560
b=13367
i=Adilger
i=Nathan

t-f skip(); use logs for all test scripts
hepler remote_mds() remote_ost()

16 years agoBranch b1_6
johann [Thu, 30 Aug 2007 16:16:35 +0000 (16:16 +0000)]
Branch b1_6
b=12459
i=adilger,tianzy
i=scjody

Severity   : normal
Bugzilla   : 12459
Description: Client eviction due to failover config
Details    : after a connection loss, the lustre client should attempt to
     reconnect to the last active server first before trying the
     other potential connections.

16 years agoBranch: b1_6
wangdi [Thu, 30 Aug 2007 15:53:44 +0000 (15:53 +0000)]
Branch: b1_6
move the skip to test-framework.sh
b=12599
i=adilger

16 years agob=13322
grev [Thu, 30 Aug 2007 13:01:37 +0000 (13:01 +0000)]
b=13322
i=Nathan
i=Brian

test_24a fix for remote mds

16 years agob=12499
grev [Thu, 30 Aug 2007 11:14:16 +0000 (11:14 +0000)]
b=12499
i=Brian
i=Nathan

set_and_check tests fix for remote mds ost-s

16 years agoBranch b1_6
liuy [Thu, 30 Aug 2007 10:17:40 +0000 (10:17 +0000)]
Branch b1_6

fix for i_size_write

16 years agoBranch b1_6
liuy [Thu, 30 Aug 2007 10:11:07 +0000 (10:11 +0000)]
Branch b1_6
b=12398
i=green, nathan

patch by Andreas

Description: testing performance impact of enabling checksumming
Details    : enable checksum by default, allow --disable-checksum
             configure option and "-o nochecksum" mount option

16 years agoBranch b1_6
bobijam [Thu, 30 Aug 2007 03:54:40 +0000 (03:54 +0000)]
Branch b1_6
b=13030
i=green, shadow

Description: "ll_intent_file_open()) lock enqueue: err: -13" with nfs
Details    : with NFS, the anon dentry's parent was set to itself in
             d_alloc_anon(), so in MDS, we use rec->ur_fid1 to find the
             corresponding dentry other than use rec->ur_name.

16 years agoBranch b1_6
scjody [Thu, 30 Aug 2007 00:54:32 +0000 (00:54 +0000)]
Branch b1_6

Fix ONLY variable handling

b=12499
i=brian
i=adilger

16 years agoLand b_release_1_6_2 onto b1_6 (20070829_2015)
scjody [Thu, 30 Aug 2007 00:37:20 +0000 (00:37 +0000)]
Land b_release_1_6_2 onto b1_6 (20070829_2015)

(add missing ChangeLog entries)

16 years agob=10969
nathan [Wed, 29 Aug 2007 23:59:13 +0000 (23:59 +0000)]
b=10969
i=adilger
i=milind
oss service stats are all time

16 years agoBranch b1_6
scjody [Wed, 29 Aug 2007 22:30:24 +0000 (22:30 +0000)]
Branch b1_6

Remove extra bug#

16 years agoBranch b1_6
johann [Wed, 29 Aug 2007 10:06:44 +0000 (10:06 +0000)]
Branch b1_6
b=11802

Add RHEL5 target to list of files automatically generated.

16 years agoFixed a nit.
girish [Wed, 29 Aug 2007 07:37:42 +0000 (07:37 +0000)]
Fixed a nit.

16 years agoBranch b1_6
tianzy [Wed, 29 Aug 2007 03:42:16 +0000 (03:42 +0000)]
Branch b1_6
test_7 on sanity-quota.sh can't be used on separate machines,
add facet to handle it
b=13363

16 years agoBranch: b1_6
wangdi [Tue, 28 Aug 2007 12:49:53 +0000 (12:49 +0000)]
Branch: b1_6
fix a typo in last commit
b=12599

16 years agoBranch: b1_6
wangdi [Mon, 27 Aug 2007 20:52:23 +0000 (20:52 +0000)]
Branch: b1_6
oops forget skip in last commit.
b=12599
i=adilger
i=brian
i=mjmac