Re: [patch] quota: remove an unneeded condition

2015-08-11 Thread Jan Kara
On Tue 11-08-15 00:29:55, Dan Carpenter wrote: > We know "ret" is zero here so we can remove this condition. > > Signed-off-by: Dan Carpenter Thanks. I've added the patch to my tree. Honza > diff --git a/fs/quota/quota.c b/fs/quot

[patch] quota: remove an unneeded condition

2015-08-10 Thread Dan Carpenter
We know "ret" is zero here so we can remove this condition. Signed-off-by: Dan Carpenter diff --git a/fs/quota/quota.c b/fs/quota/quota.c index 86ded73..3746367 100644 --- a/fs/quota/quota.c +++ b/fs/quota/quota.c @@ -141,9 +141,9 @@ static int quota_getinfo(struct super_block *sb, int type, vo