Home
last modified time | relevance | path

Searched hist:"0 ed60de3" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dquotaops.h0ed60de3 Mon Aug 07 10:07:28 CDT 2017 Jan Kara <jack@suse.cz> 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: Jan Kara <jack@suse.cz>
0ed60de3 Mon Aug 07 10:07:28 CDT 2017 Jan Kara <jack@suse.cz> 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: Jan Kara <jack@suse.cz>
/openbmc/linux/fs/quota/
H A Ddquot.c0ed60de3 Mon Aug 07 10:07:28 CDT 2017 Jan Kara <jack@suse.cz> 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: Jan Kara <jack@suse.cz>