Whamcloud - gitweb
Fix the many client simultaneous startup bug (b=392).
authoradilger <adilger>
Sat, 23 Nov 2002 02:23:10 +0000 (02:23 +0000)
committeradilger <adilger>
Sat, 23 Nov 2002 02:23:10 +0000 (02:23 +0000)
commit525d2ae7a855a2097ed1648c5b0232544362a5a0
treee89d474d47f58dacc63ea8710746e2414030a1ee
parenta3998ad8cf609a5b076ad0c71fc4cdf1c4b773d5
Fix the many client simultaneous startup bug (b=392).

We just ignore exports with NULL mcd, since they are just being set up.
The clients have a semaphore to prevent multiple setups there.  We could
alternately have a semaphore on the MDS instead of the current spinlock.
lustre/mds/handler.c