Whamcloud - gitweb
- simplify handling of same fids issue during link. mdt_reint_link() returns
authortappro <tappro>
Thu, 2 Nov 2006 01:13:38 +0000 (01:13 +0000)
committertappro <tappro>
Thu, 2 Nov 2006 01:13:38 +0000 (01:13 +0000)
commit11bfa5917f1a3a8ebef6983cd92d3584e5997f99
tree5d1300c43164066890501ca1b7850bb648706ac3
parent9f587310dc5f18f8387f34f22bb428db4e248186
- simplify handling of same fids issue during link. mdt_reint_link() returns
  error immediately, mdd_link_sanity_check() check the source is dir at first,
  therefore src cannot be the same as tgt.
lustre/mdd/mdd_dir.c
lustre/mdt/mdt_reint.c