From: wang di Date: Wed, 30 Apr 2014 12:09:13 +0000 (-0700) Subject: LU-4930 llite: add error handler in inode prepare phase X-Git-Tag: 2.5.59~56 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=1c3b697d82666790ca7c6f384f0ec0112fd769b9;hp=1c3b697d82666790ca7c6f384f0ec0112fd769b9 LU-4930 llite: add error handler in inode prepare phase Add error handler during inode inialization, so inode will become bad inode if something bad happens during inode prepare phase, otherwise the striped directory will not get its layout and being mis-regarded as normal directory. Signed-off-by: wang di Change-Id: I1a08a18f28d4eec1ab7dc7e13fa39585ff65deeb Reviewed-on: http://review.whamcloud.com/10170 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Lai Siyao Reviewed-by: Fan Yong Reviewed-by: John L. Hammond Reviewed-by: Oleg Drokin ---