From b052ea08b8deb7e2bda88fff519475d267329ad2 Mon Sep 17 00:00:00 2001 From: johann <johann> Date: Thu, 10 Jan 2008 15:15:56 +0000 Subject: [PATCH] Branch HEAD b=14493 i=adilger i=johann Patch from bzzz. Kernel BUG at ... ldiskfs/ldiskfs/mballoc.c:3853 Removing the underlying device (e.g. via a SCSI rescan) can cause a kernel BUG in ldiskfs_mb_discard_inode_preallocations(). --- lustre/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index f00cdfe9e7..8d5acfe36c 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -580,6 +580,12 @@ Bugzilla : 14398 Description: Allow masking D_WARNING, D_ERROR messages from console Details : Console messages can now be disabled via lnet.printk. +Severity : normal +Bugzilla : 14493 +Description: Kernel BUG at ... ldiskfs/ldiskfs/mballoc.c:3853 +Details : Removing the underlying device (e.g. via a SCSI rescan) can cause a + kernel BUG in ldiskfs_mb_discard_inode_preallocations(). + -------------------------------------------------------------------------------- 2007-08-10 Cluster File Systems, Inc. <info@clusterfs.com> -- GitLab