Whamcloud - gitweb
(1) fix a bug about lock in rename: we should lock the target dir and target object...
authorhuanghua <huanghua>
Fri, 20 Oct 2006 06:55:39 +0000 (06:55 +0000)
committerhuanghua <huanghua>
Fri, 20 Oct 2006 06:55:39 +0000 (06:55 +0000)
commitfb65811277c5d47d78ea38cdc6e18159bccaa43e
tree3978ae1c1acedd3caca3c17223b41618dda03ddd
parente798d5c18e2b4542e6107f9aab71b779ed7dbe18
(1) fix a bug about lock in rename: we should lock the target dir and target object if and only if they are local;
(2) fix a typo bug in mdt_reint_link(): for partial link(), we should use fid1;
(3) add some test case for link: cross node link.
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_open.c
lustre/mdt/mdt_reint.c
lustre/tests/sanity.sh
lustre/tests/test-framework.sh
lustre/utils/loadmod_all.sh