]> asedeno.scripts.mit.edu Git - linux.git/commit
quota: Inline inode_{incr,decr}_space() into callsites
authorJan Kara <jack@suse.cz>
Mon, 7 Aug 2017 15:17:10 +0000 (17:17 +0200)
committerJan Kara <jack@suse.cz>
Thu, 17 Aug 2017 20:01:14 +0000 (22:01 +0200)
commita478e522e3145eef7ff032b32805c659e956b5f4
treed1ef37eec74f65fafff2cf7788b0edb162ca1650
parent0ed60de34a975804a256fb3fe233b1466c603be6
quota: Inline inode_{incr,decr}_space() into callsites

inode_incr_space() and inode_decr_space() have only two callsites.
Inline them there as that will make locking changes simpler.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/dquot.c