Whamcloud - gitweb
LU-3677 mdt: Set HSM dirty open-for-write file when evicted. 95/7195/2
authorAurelien Degremont <aurelien.degremont@cea.fr>
Wed, 12 Jun 2013 10:22:03 +0000 (12:22 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 8 Aug 2013 19:08:03 +0000 (19:08 +0000)
commit295968fa7257978bba7aa4fedb28cd3563d4a5e0
tree8ee295fe77933a23effaa9f5c1cb283689c4eefa
parent59063a39319baba5cd496ff0dda8e8d405c14f51
LU-3677 mdt: Set HSM dirty open-for-write file when evicted.

Fix regression introduced by LU-1303 (5165cdd). Previously,
MDS_CLOSE_CLEANUP was used to detect file closing, due to eviction.
This flag is no more since 5165cdd.

It completely removed this symbol.

Signed-off-by: Aurelien Degremont <aurelien.degremont@cea.fr>
Change-Id: I20e18103fe085672f499c956e831564e45bd5200
Reviewed-on: http://review.whamcloud.com/7195
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/lustre/lustre_idl.h
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_open.c