diff options
| author | 2019-11-06 10:52:10 +0100 | |
|---|---|---|
| committer | 2019-11-06 10:52:10 +0100 | |
| commit | dae82c7fd0926840c832151f3258ba751f73d348 (patch) | |
| tree | 5cdef8359f6cfb964919ffb0bfa36d2de60140b1 /kernel/panic.c | |
| parent | reiserfs: replace open-coded atomic_dec_and_mutex_lock() (diff) | |
| parent | quota: Handle quotas without quota inodes in dquot_get_state() (diff) | |
Pull series refactoring quota enabling and disabling code.
Diffstat (limited to 'kernel/panic.c')
| -rw-r--r-- | kernel/panic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 47e8ebccc22b..f470a038b05b 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -180,6 +180,7 @@ void panic(const char *fmt, ...) * after setting panic_cpu) from invoking panic() again. */ local_irq_disable(); + preempt_disable_notrace(); /* * It's possible to come here directly from a panic-assertion and |
