Whamcloud - gitweb
LU-1187 mdt: directory remote open fix
authorWang Di <di.wang@whamcloud.com>
Tue, 2 Oct 2012 13:54:53 +0000 (06:54 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 3 Feb 2013 21:21:25 +0000 (16:21 -0500)
commit5fd303d99bb1e12c6b8ddcef22a19956bbd08102
tree766800d85aea68ad7b33a4460d01e5ab22cec75d
parent11b08d4ee69a242b763e5f4a34c511cb857f7868
LU-1187 mdt: directory remote open fix

Directory remote open continue as normal open, i.e. return the
remote fid to client, and client will send the open request to
the right MDT.

Set correct it disposition in mdt_open_by_fid.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: I32d5dee9cd1eac47787e2d85a5db1e164d2846d3
Reviewed-on: http://review.whamcloud.com/4934
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Hudson
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
lustre/mdt/mdt_open.c