diff options
Diffstat (limited to 'fs/ext4/mballoc.c')
| -rw-r--r-- | fs/ext4/mballoc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index c1e19d5b598..b1fd3daadc9 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c @@ -3955,7 +3955,7 @@ static void ext4_mb_group_or_file(struct ext4_allocation_context *ac)  	 * per cpu locality group is to reduce the contention between block  	 * request from multiple CPUs.  	 */ -	ac->ac_lg = per_cpu_ptr(sbi->s_locality_groups, raw_smp_processor_id()); +	ac->ac_lg = __this_cpu_ptr(sbi->s_locality_groups);  	/* we're going to use group allocation */  	ac->ac_flags |= EXT4_MB_HINT_GROUP_ALLOC;  |