We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8ed62 commit 0f3846eCopy full SHA for 0f3846e
fs/ext4/mballoc.c
@@ -4708,7 +4708,8 @@ ext4_fsblk_t ext4_mb_new_blocks(handle_t *handle,
4708
}
4709
4710
ac->ac_op = EXT4_MB_HISTORY_PREALLOC;
4711
- seq = *this_cpu_ptr(&discard_pa_seq);
+ seq = *get_cpu_ptr(&discard_pa_seq);
4712
+ put_cpu_ptr(&discard_pa_seq);
4713
if (!ext4_mb_use_preallocated(ac)) {
4714
ac->ac_op = EXT4_MB_HISTORY_ALLOC;
4715
ext4_mb_normalize_request(ac, ar);
0 commit comments