Whamcloud - gitweb
LU-1632 fid: remove fid_delete in delete_inode procedure
authorwangdi <di.wang@whamcloud.com>
Mon, 16 Jul 2012 17:27:56 +0000 (10:27 -0700)
committerOleg Drokin <green@whamcloud.com>
Fri, 2 Nov 2012 22:48:34 +0000 (18:48 -0400)
commitb4b1603c32a61248276d025c166c8c4f41a0327c
tree64feee844df9c1cfc22f474ce343bc224b9f2a71
parent0391e57426de8cbdc95392c510e201aa8c222fc3
LU-1632 fid: remove fid_delete in delete_inode procedure

Remove fid_delete in delete_inode procedure, which is
completely obsolete in 2.x infrastructure , especially
when lmv layer is not being created during upgrade,
because it will cause the client fid space to be zero
out whenever an inode is being deleted.

Signed-off-by: Wang Di <di.wang@whamcloud.com>
Change-Id: I07a59da0db2ac284eb99f78a24b0e1af3080e2ca
Reviewed-on: http://review.whamcloud.com/3422
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Fan Yong <yong.fan@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/obd.h
lustre/include/obd_class.h
lustre/llite/llite_lib.c
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_request.c
lustre/obdclass/lprocfs_status.c