commit | 0ed60de34a975804a256fb3fe233b1466c603be6 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Aug 07 17:07:28 2017 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Aug 17 22:00:59 2017 +0200 |
tree | 84c23183aedae3501aa0dec48f804f3f0270bb15 | |
parent | 91389240a252ba3ced356404f0e3426958d619e4 [diff] |
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>