Whamcloud - gitweb
LU-3186 lmv: do not need allocate FID for open by FID
authorwang di <di.wang@intel.com>
Mon, 3 Feb 2014 02:06:14 +0000 (18:06 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 22 Apr 2013 15:52:55 +0000 (11:52 -0400)
commit3f774e441856542ad7c465597c76afd3a015be61
treedf8c51b0e065851c69ec8ee31c77d85483398957
parentf2bf82058450a62e15aaf72fb44b2826d3b81c5d
LU-3186 lmv: do not need allocate FID for open by FID

We do not need allocate FID or set op_fid2 if it is for
Open by FID, otherwise, it will cause the MDT to open
the file with new FID.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: I67e5a52c643228a6d8bd0190ca1a78b047fd1e7a
Reviewed-on: http://review.whamcloud.com/6099
Reviewed-by: Fan Yong <fan.yong@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/lmv/lmv_intent.c