Whamcloud - gitweb
LU-221 don't use a/c/m time for newly allocated object in OST
authorhongchao.zhang <hongchao.zhang@whamcloud.com>
Sat, 16 Jul 2011 22:16:55 +0000 (06:16 +0800)
committerOleg Drokin <green@whamcloud.com>
Wed, 27 Jul 2011 06:19:12 +0000 (02:19 -0400)
commit414251797ed178eec5d431e1f5aa4a889d2b159f
tree0423c88c15e454d9eca43a876245913e08934774
parent0cdae78b8751fee4f9da67750ffda488d6ea2638
LU-221 don't use a/c/m time for newly allocated object in OST

in OST, the a/c/m time is unusable for newly allocated object for
it has not gotten valid time info from clients. by setting the a/c/m
time as LONG_MIN at creation will make the clients ignore the time.

Change-Id: I0d6094e4257626ffd1128b3540837deaf230e056
Signed-off-by: Hongchao Zhang <hongchao.zhang@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/1084
Tested-by: Hudson
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Niu Yawei <niu@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/obdfilter/filter.c