Whamcloud - gitweb
fs/lustre-release.git
15 years agoBranch HEAD
adilger [Wed, 22 Oct 2008 21:19:51 +0000 (21:19 +0000)]
Branch HEAD
Remove unnecessary cast of void pointers.

15 years agoBranch HEAD
adilger [Wed, 22 Oct 2008 21:17:28 +0000 (21:17 +0000)]
Branch HEAD
copy_{to,from}_user() do not return an error code, but rather the number
of uncopied bytes (0 if all bytes were copied).  Storing this return value
into "rc" is misleading because it then seems this should be returned to
the caller of the function.

Code was audited to remote storing of the return value into "rc" and
several incorrect uses were found.

15 years agoBranch HEAD
adilger [Wed, 22 Oct 2008 21:06:44 +0000 (21:06 +0000)]
Branch HEAD
Don't print two console messages where one would do.

15 years agoBranch HEAD
adilger [Wed, 22 Oct 2008 21:04:39 +0000 (21:04 +0000)]
Branch HEAD
The infiniband code includes its own lockdep compatibility code and this
#defines lockdep_set_class but doesn't include mutex_lock_nested() or
down_write_nested(), causing a compiler error in obdclass/llog_cat.c.

mutex_{un,}lock_nested() and down_{read,write}_nested() are functions
under CONFIG_DEBUG_LOCK_ALLOC, but #defined to regular locks without
CONFIG_DEBUG_LOCK_ALLOC so just checking #ifndef isn't sufficient.
b=16450

15 years agoBranch HEAD
adilger [Wed, 22 Oct 2008 20:56:18 +0000 (20:56 +0000)]
Branch HEAD
Fix compile warning for 2.6.9 kernels that define gfp_t but don't use
it in the ->releasepage() prototype.
Make the AC_MSG_RESULT() output consistent.

15 years agoBranch HEAD
adilger [Wed, 22 Oct 2008 20:22:58 +0000 (20:22 +0000)]
Branch HEAD
Limit bio_alloc() size to the maximum possible value, or it will always fail.
b=9945
i=johann

15 years agob=15711
grev [Wed, 22 Oct 2008 19:26:12 +0000 (19:26 +0000)]
b=15711
i=Johann
recovery-small exception for FAILURE_MODE=HARD and mixed ost devices

15 years agoBranch HEAD
adilger [Wed, 22 Oct 2008 18:58:20 +0000 (18:58 +0000)]
Branch HEAD
Fix debug message.

15 years agob=17442
grev [Wed, 22 Oct 2008 18:57:06 +0000 (18:57 +0000)]
b=17442
i=Nikita
do_nodes fix for case when list contains a single node $HOSTNAME

15 years agoBranch HEAD
adilger [Wed, 22 Oct 2008 18:55:40 +0000 (18:55 +0000)]
Branch HEAD
Fix ChangeLog comments

15 years agoBranch: HEAD
wangdi [Wed, 22 Oct 2008 18:32:57 +0000 (18:32 +0000)]
Branch: HEAD
rq_xid should be "LPU64", instead of "LPD64"

15 years agoSetup changed
cariddi [Wed, 22 Oct 2008 16:46:40 +0000 (16:46 +0000)]
Setup changed

15 years agob=17443
grev [Wed, 22 Oct 2008 16:39:53 +0000 (16:39 +0000)]
b=17443
i=Nikita
fix calc_osc_kbytes

15 years agob=17323
yury [Wed, 22 Oct 2008 14:25:38 +0000 (14:25 +0000)]
b=17323
r=johann,adilger

- fixes resent rpcs for those sent by set and also fixes log_cancel resent handling;
- cleanups.

15 years agoBranch HEAD
yangsheng [Wed, 22 Oct 2008 06:12:46 +0000 (06:12 +0000)]
Branch HEAD
b=16437
i=cliff.white, brian

Enable the '-m64' flag for powerpc64 patchless build.

15 years agoBranch HEAD
robert.read [Tue, 21 Oct 2008 22:30:53 +0000 (22:30 +0000)]
Branch HEAD
b=1819
i=adilger
i=nathan

Add test for new proc file.

15 years agoBranch HEAD
robert.read [Tue, 21 Oct 2008 21:40:41 +0000 (21:40 +0000)]
Branch HEAD
b=1819
i=adilger
i=nathan

Add an import file to the osc, mdc, and mgc proc dir.

15 years agob=17353
yury [Tue, 21 Oct 2008 13:53:47 +0000 (13:53 +0000)]
b=17353
r=shadow,wangdi

- fixes wrong work with llog in catalog that led to removing alive object on ost in recovery time;
- cleanups.

15 years agofix lu_device_is_md() assertions.
nikita [Tue, 21 Oct 2008 10:58:13 +0000 (10:58 +0000)]
fix lu_device_is_md() assertions.

15 years agoBranch HEAD
adilger [Tue, 21 Oct 2008 07:06:23 +0000 (07:06 +0000)]
Branch HEAD
Temporary build fix.
b=17444
i=ericm (original fix)

15 years agoBranch HEAD
fanyong [Tue, 21 Oct 2008 02:18:04 +0000 (02:18 +0000)]
Branch HEAD
b=16621
i=robert.read

scripts fix.

15 years agomdt_init0(): fix memory leak in error handling path.
nikita [Mon, 20 Oct 2008 20:46:41 +0000 (20:46 +0000)]
mdt_init0(): fix memory leak in error handling path.

15 years agoliblustre build fixes for 2.6.18-53 (found by Shadow).
nikita [Mon, 20 Oct 2008 10:19:30 +0000 (10:19 +0000)]
liblustre build fixes for 2.6.18-53 (found by Shadow).

15 years agolockdep build fixes for 2.6.18-53 (found by Shadow).
nikita [Mon, 20 Oct 2008 10:19:09 +0000 (10:19 +0000)]
lockdep build fixes for 2.6.18-53 (found by Shadow).

15 years ago Branch HEAD
liuy [Mon, 20 Oct 2008 06:47:01 +0000 (06:47 +0000)]
 Branch HEAD
 b=12521
 remove unused hint "user_cb_nodes"

15 years agoBranch HEAD
huanghua [Mon, 20 Oct 2008 05:47:14 +0000 (05:47 +0000)]
Branch HEAD
b=17444

quick fix for HEAD build problem.
nikita may have more fix.

15 years ago*** empty log message ***
ericm [Mon, 20 Oct 2008 00:06:26 +0000 (00:06 +0000)]
*** empty log message ***

15 years agomerge with HEAD.
nikita [Sun, 19 Oct 2008 10:10:49 +0000 (10:10 +0000)]
merge with HEAD.

15 years agolibcfs: add cfs_{need,cond}_resched() definition and implementations for
nikita [Sat, 18 Oct 2008 17:43:11 +0000 (17:43 +0000)]
libcfs: add cfs_{need,cond}_resched() definition and implementations for
Linux, NT, and liblustre.
b=16450

15 years agoLiblustre build fixes.
nikita [Sat, 18 Oct 2008 17:41:47 +0000 (17:41 +0000)]
Liblustre build fixes.

15 years agoUse cdebug_show() in CDEBUG-style macros defined outside of libcfs.
nikita [Sat, 18 Oct 2008 17:40:51 +0000 (17:40 +0000)]
Use cdebug_show() in CDEBUG-style macros defined outside of libcfs.
b=16450

15 years agoRatelimit a memory allocation failure message that can be too chatty.
nikita [Sat, 18 Oct 2008 17:39:45 +0000 (17:39 +0000)]
Ratelimit a memory allocation failure message that can be too chatty.
b=16450

15 years agoNew testing program exercising sendfile(2) (Jay).
nikita [Sat, 18 Oct 2008 17:38:41 +0000 (17:38 +0000)]
New testing program exercising sendfile(2) (Jay).
b=16450

15 years agoNew testing program exercising readv(2) and writev(2) (Qian).
nikita [Sat, 18 Oct 2008 17:37:57 +0000 (17:37 +0000)]
New testing program exercising readv(2) and writev(2) (Qian).
b=16450

15 years agolu_ref is a debugging module allowing to track references to a given
nikita [Sat, 18 Oct 2008 17:36:17 +0000 (17:36 +0000)]
lu_ref is a debugging module allowing to track references to a given
object. It is quite cpu expensive, and has to be explicitly enabled with
--enable-lu_ref. See usage description within the patch.
b=16450

15 years agoReplace RW_LOCK_UNLOCKED() with rwlock_init() as the former doesn't work with
nikita [Sat, 18 Oct 2008 17:34:22 +0000 (17:34 +0000)]
Replace RW_LOCK_UNLOCKED() with rwlock_init() as the former doesn't work with
lockdep.
b=16450

15 years agoAdd lu_env parameter to ->rq_interpreter call-back. NULL is passed
nikita [Sat, 18 Oct 2008 17:33:11 +0000 (17:33 +0000)]
Add lu_env parameter to ->rq_interpreter call-back. NULL is passed
there. Actual usage will be in CLIO.
b=16450

15 years agoRemove unused code.
nikita [Sat, 18 Oct 2008 17:31:46 +0000 (17:31 +0000)]
Remove unused code.
b=16450

15 years agoAdd lu_ref tracking to obd_device.
nikita [Sat, 18 Oct 2008 17:30:57 +0000 (17:30 +0000)]
Add lu_ref tracking to obd_device.
b=16450

15 years agoAdd st_block checking to multistat.c.
nikita [Sat, 18 Oct 2008 17:29:50 +0000 (17:29 +0000)]
Add st_block checking to multistat.c.
b=16450

15 years agoRemove unused mdd code.
nikita [Sat, 18 Oct 2008 17:28:44 +0000 (17:28 +0000)]
Remove unused mdd code.
b=16450

15 years agoMove md-specific fields out of struct lu_site into special struct md_site, so
nikita [Sat, 18 Oct 2008 17:27:58 +0000 (17:27 +0000)]
Move md-specific fields out of struct lu_site into special struct md_site, so
that lu_site can be used on a client.
b=16450

15 years agoConstify instances of struct {lu,dt,md}_device_operations.
nikita [Sat, 18 Oct 2008 17:26:37 +0000 (17:26 +0000)]
Constify instances of struct {lu,dt,md}_device_operations.
b=16450

15 years agoSeparate lu_site stats printing code into a separate function that can be
nikita [Sat, 18 Oct 2008 17:25:19 +0000 (17:25 +0000)]
Separate lu_site stats printing code into a separate function that can be
reused on a client.
b=16450

15 years agolu_ref is a debugging module allowing to track references to a given
nikita [Sat, 18 Oct 2008 17:24:14 +0000 (17:24 +0000)]
lu_ref is a debugging module allowing to track references to a given
object. It is quite cpu expensive, and has to be explicitly enabled with
--enable-lu_ref. See usage description within the patch.
b=16450

15 years agoFix a race between lu_object_find() finding an object and its concurrent
nikita [Sat, 18 Oct 2008 17:22:46 +0000 (17:22 +0000)]
Fix a race between lu_object_find() finding an object and its concurrent
finalization. This race is (most likely) not possible on the server, but might
happen on the client.
b=16450

15 years agolu_kmem_descr and its companion interface allow to create and destroy a number
nikita [Sat, 18 Oct 2008 17:20:41 +0000 (17:20 +0000)]
lu_kmem_descr and its companion interface allow to create and destroy a number
of kmem caches at once.
b=16450

15 years agoAdd lu_ref support to lu_object and lu_device. lu_ref is used to track leaked
nikita [Sat, 18 Oct 2008 17:19:11 +0000 (17:19 +0000)]
Add lu_ref support to lu_object and lu_device. lu_ref is used to track leaked
references.
b=16450

15 years agoIntroduce two new methods in lu_device_type_operations, that are invoked when
nikita [Sat, 18 Oct 2008 17:17:44 +0000 (17:17 +0000)]
Introduce two new methods in lu_device_type_operations, that are invoked when
first instance of a given type is created and last one is destroyed
respectively. This is need by CLIO.
b=16450

15 years agoIntroduce new lu_context functions that are needed on the client side, where
nikita [Sat, 18 Oct 2008 17:16:32 +0000 (17:16 +0000)]
Introduce new lu_context functions that are needed on the client side, where
some system threads (ptlrpcd) are shared by multiple modules, and so cannot be
stopped during module shutdown.
b=16450

15 years agoOn a server, a file system object is uniquely identified by a fid, which is
nikita [Sat, 18 Oct 2008 17:14:45 +0000 (17:14 +0000)]
On a server, a file system object is uniquely identified by a fid, which is
sufficient to locate and load all object state (inode). On a client, on the
other hand, more data are necessary instantiate an object. Change
lu_object_find() and friends to take additional `lu_conf' argument describing
object.  Typically this includes layout information.
b=16450

15 years agoConstify instances of struct lsm_operations.
nikita [Sat, 18 Oct 2008 17:12:24 +0000 (17:12 +0000)]
Constify instances of struct lsm_operations.
b=16450

15 years agoWrap kms updates into a helper function.
nikita [Sat, 18 Oct 2008 17:11:31 +0000 (17:11 +0000)]
Wrap kms updates into a helper function.
b=16450

15 years agoUse appropriately tagged _nested() locking calls in the places where llog
nikita [Sat, 18 Oct 2008 17:09:55 +0000 (17:09 +0000)]
Use appropriately tagged _nested() locking calls in the places where llog
takes more than one ->lgh_lock lock.
b=16450

15 years agoAdd new ->l_weigh_ast() call-back to ldlm_lock. It is called by
nikita [Sat, 18 Oct 2008 17:07:21 +0000 (17:07 +0000)]
Add new ->l_weigh_ast() call-back to ldlm_lock. It is called by
ldlm_cancel_shrink_policy() to estimate lock "value", instead of hard-coded
`number of pages' logic.
b=16450

15 years agoIntroduce ldlm_lock_addref_try() function (used by CLIO) that attempts to
nikita [Sat, 18 Oct 2008 17:05:50 +0000 (17:05 +0000)]
Introduce ldlm_lock_addref_try() function (used by CLIO) that attempts to
addref a lock that might be being canceled concurrently.
b=16450

15 years agolu_ref support for ldlm_lock and ldlm_resource. See lu_ref patch.
nikita [Sat, 18 Oct 2008 17:04:25 +0000 (17:04 +0000)]
lu_ref support for ldlm_lock and ldlm_resource. See lu_ref patch.
        lu_ref fields ->l_reference and ->lr_reference are added to ldlm_lock
        and ldlm_resource. LDLM interface has to be changed, because code that
        releases a reference on a lock, has to "know" what reference this is.
        In the most frequent case

                lock = ldlm_handle2lock(handle);
                ...
                LDLM_LOCK_PUT(lock);

        no changes are required. When any other reference (received _not_ from
        ldlm_handle2lock()) is released, LDLM_LOCK_RELEASE() has to be called
        instead of LDLM_LOCK_PUT().

        Arguably, changes are pervasive, and interface requires some discipline
        for proper use. On the other hand, it was very instrumental in finding
        a few leaked lock references.
b=16450

15 years agoKill unused ldlm_handle2lock_ns() function.
nikita [Sat, 18 Oct 2008 17:02:22 +0000 (17:02 +0000)]
Kill unused ldlm_handle2lock_ns() function.
b=16450

15 years agoAdd functions to map (rather arbitrary) between LDLM error codes and standard
nikita [Sat, 18 Oct 2008 17:01:23 +0000 (17:01 +0000)]
Add functions to map (rather arbitrary) between LDLM error codes and standard
errno values. CLIO needs this to prevent LDLM specific constants from escaping
ldlm and osc.
b=16450

15 years agoCLIO posts ENQUEUE requests asynchronously through ptlrpcd---a case that stock
nikita [Sat, 18 Oct 2008 15:49:01 +0000 (15:49 +0000)]
CLIO posts ENQUEUE requests asynchronously through ptlrpcd---a case that stock
ldlm_completion_ast() cannot handle as it waits until lock is
granted. Introduce new ldlm_completion_ast_async() for this. Also comment
ldlm_completion_ast().
b=16450

15 years agoCLIO uses lock weighting policy to keep locks over mmapped regions in
nikita [Sat, 18 Oct 2008 15:45:07 +0000 (15:45 +0000)]
CLIO uses lock weighting policy to keep locks over mmapped regions in
memory---a requirement implemented through ->o_join_lru() obd method in
HEAD. Remove this method and its users.
b=16450

15 years agoInstead of specifying each ldlm_lock call-back through separate parameter,
nikita [Sat, 18 Oct 2008 15:42:22 +0000 (15:42 +0000)]
Instead of specifying each ldlm_lock call-back through separate parameter,
wrap them into struct ldlm_callback_suite.
b=16450

15 years agoUse spin_lock_nested() in (the only) situation where more than one ldlm_lock
nikita [Sat, 18 Oct 2008 15:38:15 +0000 (15:38 +0000)]
Use spin_lock_nested() in (the only) situation where more than one ldlm_lock
is locked simultaneously. Also, fix possible dead-lock in
ldlm_lock_change_resource() by enforcing particular lock ordering.
b=16450

15 years agoUse LCK_MINMODE rather than 0 to reset lock->l_granted_mode to its initial
nikita [Sat, 18 Oct 2008 15:35:00 +0000 (15:35 +0000)]
Use LCK_MINMODE rather than 0 to reset lock->l_granted_mode to its initial
state.
b=16450

15 years agoAdd new LINVRNT() macro, optional on new --enable-invariants configure
nikita [Sat, 18 Oct 2008 15:32:59 +0000 (15:32 +0000)]
Add new LINVRNT() macro, optional on new --enable-invariants configure
switch. This macro is to be used for consistency and sanity checks that are
too expensive to be left in `production' mode.
b=16450

15 years agoIntroduce and use new LOCK_INODE_MUTEX_PARENT() macro to be used in the
nikita [Sat, 18 Oct 2008 15:30:01 +0000 (15:30 +0000)]
Introduce and use new LOCK_INODE_MUTEX_PARENT() macro to be used in the
situations where Lustre has to lock more than one inode mutex at a time.
b=16450

15 years agoAdd two new failloc constants to test lockless IO. Only one of them in
nikita [Sat, 18 Oct 2008 15:27:57 +0000 (15:27 +0000)]
Add two new failloc constants to test lockless IO. Only one of them in
implemented---another is checked in yet to be landed core CLIO code.
b=16450

15 years agoAugment ->do_{read,write}_lock() prototypes with a `role' parameter indicating
nikita [Sat, 18 Oct 2008 15:25:48 +0000 (15:25 +0000)]
Augment ->do_{read,write}_lock() prototypes with a `role' parameter indicating
lock ordering. Update mdd code to use new locking interface.
b=16450

15 years agoCall cmm_device_free() in the failure path of cmm_device_alloc().
nikita [Sat, 18 Oct 2008 15:22:51 +0000 (15:22 +0000)]
Call cmm_device_free() in the failure path of cmm_device_alloc().
b=16450

15 years agoMake previously optional ->oti_{w,r}_locks sanity checks mandatory to simplify
nikita [Sat, 18 Oct 2008 15:20:34 +0000 (15:20 +0000)]
Make previously optional ->oti_{w,r}_locks sanity checks mandatory to simplify
the code.
b=16450

15 years agoA couple of trivial spelling fixes.
nikita [Sat, 18 Oct 2008 15:15:47 +0000 (15:15 +0000)]
A couple of trivial spelling fixes.
b=16450

15 years agoUpdate documenting comments to match doxygen conventions.
nikita [Sat, 18 Oct 2008 15:13:21 +0000 (15:13 +0000)]
Update documenting comments to match doxygen conventions.
b=16450

15 years agoBranch HEAD
adilger [Fri, 17 Oct 2008 22:49:15 +0000 (22:49 +0000)]
Branch HEAD
Fix comment.

15 years agoBranch b1_6
adilger [Fri, 17 Oct 2008 21:05:02 +0000 (21:05 +0000)]
Branch b1_6
Use $RM macro for portability.
Make it more clear when sub-makes are finished.

15 years agob=16551
grev [Fri, 17 Oct 2008 19:12:34 +0000 (19:12 +0000)]
b=16551
i=Adilger
fix for remote [mds|ost] with nodsh

15 years agob=16551
grev [Fri, 17 Oct 2008 11:13:11 +0000 (11:13 +0000)]
b=16551
i=Adilger
fix for remote [mds|ost] with nodsh

15 years agob=15266
grev [Fri, 17 Oct 2008 10:30:48 +0000 (10:30 +0000)]
b=15266
i=Brian
create machinefile on $TMP, cleanup machinefile

15 years ago Branch HEAD
liuy [Fri, 17 Oct 2008 09:47:09 +0000 (09:47 +0000)]
 Branch HEAD
 b=12521
 To avoid extent lock conflicts, if avail_cb_nodes < stripe_count*CO,
 avail_cb_nodes should divide (stripe_count*CO) exactly. So that each OST
 can be accessed by one or more constant clients.

15 years agoBranch HEAD
huanghua [Thu, 16 Oct 2008 16:58:48 +0000 (16:58 +0000)]
Branch HEAD
b=17403

i=adilger
i=yury.umanets
create objects in correct directory on OST.

15 years agoBranch HEAD
yangsheng [Thu, 16 Oct 2008 08:27:54 +0000 (08:27 +0000)]
Branch HEAD
b=17199
i=johann, bobijam
Patch provide by LLNL.

Skip dumping log if panic_on_lbug is set.

15 years agobuild setting for b_hd_sptlrpc.
ericm [Thu, 16 Oct 2008 04:15:39 +0000 (04:15 +0000)]
build setting for b_hd_sptlrpc.

15 years agoBranch HEAD
bobijam [Thu, 16 Oct 2008 01:41:11 +0000 (01:41 +0000)]
Branch HEAD
b=17038
i=johann

regression test case for getxattr upon symlink file.

15 years agob=14471
grev [Wed, 15 Oct 2008 17:11:01 +0000 (17:11 +0000)]
b=14471
i=Adilger
replace lustre proc by lctl [set|get]_param

15 years ago Branch HEAD
liuy [Wed, 15 Oct 2008 15:18:11 +0000 (15:18 +0000)]
 Branch HEAD
 b=12521
 - set Lustre hints (except striping hints) "anywhere"
 - perform collective I/O for interleaving, no matter how big the req size is
 - keep the semantic information of cb_nodes
 - perform collective I/O by the same client if the whole file access portion
   is no bigger than stripe size and cb_nodes is changed by the user
 - fix some bugs in the error handling
 - remove redundant codes

15 years agob=12599
grev [Wed, 15 Oct 2008 15:04:40 +0000 (15:04 +0000)]
b=12599
i=Nathan
fix obsolete run_one CLEANUP

15 years agob=16932
grev [Wed, 15 Oct 2008 14:46:43 +0000 (14:46 +0000)]
b=16932
i=Johann
skip some tests if there are several ost services on oss node

15 years ago- sombody declated @err two times in lov_destroy().
yury [Wed, 15 Oct 2008 07:36:32 +0000 (07:36 +0000)]
- sombody declated @err two times in lov_destroy().

15 years agoBranch HEAD
anserper [Tue, 14 Oct 2008 19:26:50 +0000 (19:26 +0000)]
Branch HEAD

b=17152
i=Johann Lombardi
i=Alexey Lyashkov

Take additional references to lov while operating over it

15 years agobranch: HEAD
ericm [Tue, 14 Oct 2008 18:59:51 +0000 (18:59 +0000)]
branch: HEAD
do not repost buffer before all requests are finished.
b=17228
r=wangdi
r=nathan

15 years agob=13490,i=maxim:
isaac [Tue, 14 Oct 2008 17:28:01 +0000 (17:28 +0000)]
b=13490,i=maxim:
-   fix credit flow deadlock in uptllnd.

15 years agob=17370
alex [Tue, 14 Oct 2008 10:35:34 +0000 (10:35 +0000)]
b=17370

 - fix warning caused by unused vars

15 years agoBranch HEAD
yangsheng [Tue, 14 Oct 2008 05:24:11 +0000 (05:24 +0000)]
Branch HEAD
b=17335
i=nathan, yangsheng
Author: johann

Don't set cld_lostlock in mgc_requeue_add() if RQ_STOP.

15 years agoBranch HEAD
fanyong [Tue, 14 Oct 2008 03:53:22 +0000 (03:53 +0000)]
Branch HEAD
b=16947
i=huanghua
i=johann

Code cleanup and possible race conditions fix when statahead startup.

15 years agob=12182
alex [Mon, 13 Oct 2008 11:35:15 +0000 (11:35 +0000)]
b=12182
i=adilger
i=green
i=nikita

 - oss read-only cache feature

15 years agob=17318
kalpak [Mon, 13 Oct 2008 09:50:54 +0000 (09:50 +0000)]
b=17318
i=adilger

Remove unused wantedi program

15 years ago- update from HEAD
alex [Mon, 13 Oct 2008 08:49:24 +0000 (08:49 +0000)]
- update from HEAD

15 years agofix return code from del orphan.
shadow [Sun, 12 Oct 2008 13:37:46 +0000 (13:37 +0000)]
fix return code from del orphan.
Branch HEAD
b=17279
i=umka
i=wangdi

15 years ago- removed more dead code (dead for >2 years as it was only needed when lmv used on...
yury [Sun, 12 Oct 2008 09:28:00 +0000 (09:28 +0000)]
- removed more dead code (dead for >2 years as it was only needed when lmv used on server side) from lmv

15 years agob=16890
anserper [Sat, 11 Oct 2008 01:16:25 +0000 (01:16 +0000)]
b=16890

remove fake test modules

15 years agoBranch HEAD ; b=16890 ; fix a typo
anserper [Fri, 10 Oct 2008 23:11:56 +0000 (23:11 +0000)]
Branch HEAD ; b=16890 ; fix a typo