Bug 201119
Summary: | btrfs: unable to handle kernel NULL pointer dereference at (null); Workqueue: btrfs-delalloc btrfs_delalloc_helper | ||
---|---|---|---|
Product: | File System | Reporter: | Tomas Thiemel (thiemel) |
Component: | btrfs | Assignee: | BTRFS virtual assignee (fs_btrfs) |
Status: | RESOLVED CODE_FIX | ||
Severity: | low | CC: | dsterba |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 4.14.65-gentoo | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | kernel build config |
Description
Tomas Thiemel
2018-09-13 23:07:40 UTC
Created attachment 278521 [details]
kernel build config
the config I used to build the kernel
Mount options (/etc/fstab) of both arrays (same for both of them): defaults,noatime,compress=lzo,skip_balance,commit=120,autodefrag,nofail,noauto Thanks for the report. Fixed by 3527a018c00e5d "Btrfs: fix null pointer dereference on compressed write path error", in 4.20. |