From 19f791d778a311dad6e5b9f57f85971ebb383f14 Mon Sep 17 00:00:00 2001 From: deen Date: Thu, 11 Sep 2008 21:45:16 +0000 Subject: [PATCH] Do not access dchild->d_inode when IS_ERR(dchild) is true. b=16695 i=johann i=alexey.lyashkov --- lustre/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 21178c2..33d18fe 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -613,6 +613,11 @@ Details : This patch includes att18982, att18236, att18237 in bz14840. 2. prevent watchdog storm when osts threads wait for the recovery of mds +Severity : normal +Bugzilla : 16695 +Description: kernel panic on racer +Details : Do not access dchild->d_inode when IS_ERR(dchild) is true. + ------------------------------------------------------------------------------- -- 1.8.3.1