quota: fix condition for resetting time limit in do_set_dqblk()
authorChengguang Xu <cgxu519@zoho.com.cn>
Wed, 24 Jul 2019 05:32:16 +0000 (13:32 +0800)
committerJan Kara <jack@suse.cz>
Wed, 31 Jul 2019 10:04:42 +0000 (12:04 +0200)
commit4b8e1106dd95d4d7f2781258d3871b445f3928ce
tree1fe3a2ff1a9eec916bb8c39427c06c0f9004e75b
parentb6aeffc5852f39db6e6e56da5327d0c43ac3c30a
quota: fix condition for resetting time limit in do_set_dqblk()

We reset time limit when current usage is smaller
or equal to soft limit in other place, so follow
this rule in do_set_dqblk().

Signed-off-by: Chengguang Xu <cgxu519@zoho.com.cn>
Link: https://lore.kernel.org/r/20190724053216.19392-1-cgxu519@zoho.com.cn
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/dquot.c