mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Frist minor batch of fixes. Catch a dropped ;, and use SBUG instead of BUG.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@77 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
@@ -195,8 +195,8 @@ proc_force_bug(struct ctl_table *table, int write, struct file *filp,
|
||||
ENTRY;
|
||||
|
||||
if (write) {
|
||||
CERROR("Crashing due to forced BUG\n");
|
||||
BUG();
|
||||
CERROR("Crashing due to forced SBUG\n");
|
||||
SBUG();
|
||||
/* Unreachable */
|
||||
} else {
|
||||
*lenp = 0;
|
||||
|
||||
Reference in New Issue
Block a user