projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7e7636
)
bcachefs: Fix a lockdep splat
author
Kent Overstreet
<kent.overstreet@gmail.com>
Mon, 11 Feb 2019 20:33:14 +0000
(15:33 -0500)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:15 +0000
(17:08 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/super-io.c
patch
|
blob
|
history
diff --git
a/fs/bcachefs/super-io.c
b/fs/bcachefs/super-io.c
index ff9728b62b6eb56da7b98fb4f2685ce399b82d11..0b3a761fe93e4fe95578266b30d5711af8661c0f 100644
(file)
--- a/
fs/bcachefs/super-io.c
+++ b/
fs/bcachefs/super-io.c
@@
-143,7
+143,7
@@
int bch2_sb_realloc(struct bch_sb_handle *sb, unsigned u64s)
sb->bio = bio;
}
- new_sb = (void *) __get_free_pages(GFP_
KERNEL
|__GFP_ZERO, order);
+ new_sb = (void *) __get_free_pages(GFP_
NOFS
|__GFP_ZERO, order);
if (!new_sb)
return -ENOMEM;