Whamcloud - gitweb
fixed a defect in mdt_reint_rename(): if srcdir == dstdir, we only should take a...
authorhuanghua <huanghua>
Mon, 24 Jul 2006 09:40:09 +0000 (09:40 +0000)
committerhuanghua <huanghua>
Mon, 24 Jul 2006 09:40:09 +0000 (09:40 +0000)
commite71d46119d906fd22c621ace0427bac402c31554
tree6a89e1fb38b600bd383f09923679d82f695cae9f
parent355f4de21f9e3e9dcad67bcaec19c65cd6eb889e
fixed a defect in mdt_reint_rename(): if srcdir == dstdir, we only should take a lock to avoid deadlock. Please notice, much more deadlock situations should be avoided in the future!
lustre/mdt/mdt_reint.c