Whamcloud - gitweb
LU-1445 fid: Add DATA fid type in fid_request.
authorwangdi <di.wang@whamcloud.com>
Thu, 26 Sep 2013 02:11:47 +0000 (19:11 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 15 Jan 2013 05:26:39 +0000 (00:26 -0500)
commit8b5cfb9463fd97eaebf5bcf98ae445f71fa6c365
treefd3668061e6c77cf946d8d0182ca5452e4901aa5
parent5517eab06eb99e4ecb66be251a10e70c37547610
LU-1445 fid: Add DATA fid type in fid_request.

1. Add data fid type in fid request on client side.
2. When MDT request fids to the OST, if it is not
ready for fid allocation yet. i.e. not being connected
to MDT0 yet, it will return -EINPROGRESS, and MDT will
try again.
3. Remove obsolete obd_fid_init/fini in llite.

Signed-off-by: wang di <di.wang@whamcloud.com>
Change-Id: I54d97d5c84a5b38ebeae77522bd8666206ef2701
Reviewed-on: http://review.whamcloud.com/4787
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
lustre/fid/fid_handler.c
lustre/fid/fid_request.c
lustre/fid/lproc_fid.c
lustre/include/lustre/lustre_idl.h
lustre/include/lustre_fid.h
lustre/include/obd.h
lustre/include/obd_class.h
lustre/llite/llite_lib.c
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_request.c