Commit f9505c72 authored by chenyichong's avatar chenyichong Committed by Theodore Ts'o
Browse files

ext4: use local variable ei instead of EXT4_I() macro

parent c89849cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@ void ext4_da_update_reserve_space(struct inode *inode,
	ei->i_reserved_data_blocks -= used;
	percpu_counter_sub(&sbi->s_dirtyclusters_counter, used);

	spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);
	spin_unlock(&ei->i_block_reservation_lock);

	/* Update quota subsystem for data blocks */
	if (quota_claim)