Re: [PATCH] quota: check time limit when back out space/inode change

2019-04-30 Thread Jan Kara
On Tue 30-04-19 14:40:10, Chengguang Xu wrote: > When we fail from allocating inode/space, we back out > the change we already did. In a special case which has > exceeded soft limit by the change, we should also check > time limit and reset it properly. > > Signed-off-by: Chengguang Xu Good catc

[PATCH] quota: check time limit when back out space/inode change

2019-04-29 Thread Chengguang Xu
When we fail from allocating inode/space, we back out the change we already did. In a special case which has exceeded soft limit by the change, we should also check time limit and reset it properly. Signed-off-by: Chengguang Xu --- fs/quota/dquot.c | 14 ++ 1 file changed, 6 insertio