Re: [PATCH] quota: code cleanup for __dquot_alloc_space()

2019-03-20 Thread Jan Kara
On Wed 20-03-19 13:03:59, Chengguang Xu wrote: > Replace (flags & DQUOT_SPACE_RESERVE) with > variable reserve. > > Signed-off-by: Chengguang Xu Thanks. I've added the patch to my tree. Honza > --- > fs/quota/dquot.c | 4 ++-- >

[PATCH] quota: code cleanup for __dquot_alloc_space()

2019-03-19 Thread Chengguang Xu
Replace (flags & DQUOT_SPACE_RESERVE) with variable reserve. Signed-off-by: Chengguang Xu --- fs/quota/dquot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c index fc20e06c56ba..00de508f9d2e 100644 --- a/fs/quota/dquot.c +++ b/fs/quota