]> git.ipfire.org Git - people/ms/linux.git/commit - fs/quota/dquot.c
quota: Inline dquot_[re]claim_reserved_space() into callsite
authorJan Kara <jack@suse.cz>
Mon, 7 Aug 2017 15:37:03 +0000 (17:37 +0200)
committerJan Kara <jack@suse.cz>
Thu, 17 Aug 2017 20:03:03 +0000 (22:03 +0200)
commit3ab167d2ba10017a430e427ddd3d690a74f8692e
tree77d059baff9fc864fa330e29c0e0d383f684c295
parenta478e522e3145eef7ff032b32805c659e956b5f4
quota: Inline dquot_[re]claim_reserved_space() into callsite

dquot_claim_reserved_space() and dquot_reclaim_reserved_space() have
only a single callsite. Inline them there.

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