diff options
author | Andreas Kling <awesomekling@gmail.com> | 2020-01-03 15:40:03 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2020-01-03 15:40:03 +0100 |
commit | aba782972440cea5d95df9401fb27baef4bbfdec (patch) | |
tree | fd5fc861f80d9f4be4810bfc01b6263bce2928d1 /Kernel/FileSystem/Ext2FileSystem.cpp | |
parent | 1dc64ec0641ac5a6cd9d6a774602bb0ebcde9cde (diff) | |
download | serenity-aba782972440cea5d95df9401fb27baef4bbfdec.zip |
Kernel: InodeVMObject can't call Inode::size() with interrupts disabled
Inode::size() may try to take a lock, so we can't be calling it with
interrupts disabled.
This fixes a kernel hang when trying to execute a binary in a TmpFS.
Diffstat (limited to 'Kernel/FileSystem/Ext2FileSystem.cpp')
0 files changed, 0 insertions, 0 deletions