Skip to content
Commit 0ed60de3 authored by Jan Kara's avatar Jan Kara
Browse files

quota: Inline functions into their callsites



inode_add_rsv_space() and inode_sub_rsv_space() had only one callsite.
Inline them there directly. inode_claim_rsv_space() and
inode_reclaim_rsv_space() had two callsites so inline them there as
well. This will simplify further locking changes.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 91389240
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment