commit | a83e108fc1964b8273c6f51cc62588ee774a5a48 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Mon Jun 19 21:12:05 2023 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:10:04 2023 -0400 |
tree | e7dfa78b72f5f20624a8e350a0e50417799fc338 | |
parent | a5b696ee6e10103def82ea9abc18958912e81b00 [diff] |
bcachefs: fiemap: Fix a lockdep splat As with the previous patch, we generally can't hold btree locks while copying to userspace, as that may incur a page fault and require mmap_lock. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>