From: braam Date: Sun, 23 Jun 2002 19:18:10 +0000 (+0000) Subject: - improve the explanatory comment X-Git-Tag: v1_7_100~5452 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;ds=sidebyside;h=6c985b968553a560b0fa0803c50a91c79e2cb5f0;p=fs%2Flustre-release.git - improve the explanatory comment --- diff --git a/lustre/lib/l_lock.c b/lustre/lib/l_lock.c index d3c5695..db072e0 100644 --- a/lustre/lib/l_lock.c +++ b/lustre/lib/l_lock.c @@ -50,7 +50,7 @@ /* invariants: - only the owner of the lock changes l_owner/l_depth - - before changing or checking the variables a spin lock is taken + - if a non-owner changes or checks the variables a spin lock is taken */ void l_lock_init(struct lustre_lock *lock)