VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Arnd Bergmann <arnd@arndb.de> 2020-05-07 23:34:28 +0200 committer: David Teigland <teigland@redhat.com> 2020-05-12 14:06:18 -0500 commit: fe204591cc9480347af7d2d6029b24a62e449486 parent: f084a4f4a14b97d2ad6e4bd6406933b2d39e6eca
Commit Summary:
dlm: remove BUG() before panic()
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h
index d231ae5d2c65..04fe9f525ac7 100644
--- a/fs/dlm/dlm_internal.h
+++ b/fs/dlm/dlm_internal.h
@@ -97,7 +97,6 @@ do { \
                __LINE__, __FILE__, #x, jiffies); \
     {do} \
     printk("\n"); \
-    BUG(); \
     panic("DLM:  Record message above and reboot.\n"); \
   } \
 }