Whamcloud - gitweb
LU-7716 mdt: No is_subdir check for same dir rename 72/18172/2
authorDi Wang <di.wang@intel.com>
Wed, 27 Jan 2016 00:13:01 +0000 (19:13 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 4 Feb 2016 04:45:12 +0000 (04:45 +0000)
commita1345691437eaf8d3e20878722be5f28cab7fb98
tree8c203ea59bbae208097bba8bb34e31deefcf5ce0
parentbb32a147e35f3339832e41e045de68f304ce18cc
LU-7716 mdt: No is_subdir check for same dir rename

In rename, if the source and target are in the same
directory, then it does not need is_subdir check.

Signed-off-by: Di Wang <di.wang@intel.com>
Change-Id: I03a4aff71b2c284197a8f78f6306568249162aca
Reviewed-on: http://review.whamcloud.com/18172
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Lai Siyao <lai.siyao@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_reint.c