Re: [Cluster-devel] [GFS2 PATCH] gfs2: s64 cast for negative quota value

2015-06-08 Thread Steven Whitehouse
Hi, Looks good to me: Acked-by: Steven Whitehouse swhit...@redhat.com Steve. On 08/06/15 16:36, Abhi Das wrote: One-line fix to cast quota value to s64 before comparison. By default the quantity is treated as u64. Signed-off-by: Abhi Das a...@redhat.com --- fs/gfs2/quota.c | 2 +- 1 file

[Cluster-devel] [GFS2 PATCH] gfs2: s64 cast for negative quota value

2015-06-08 Thread Abhi Das
One-line fix to cast quota value to s64 before comparison. By default the quantity is treated as u64. Signed-off-by: Abhi Das a...@redhat.com --- fs/gfs2/quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index dcd598a..c2607a2 100644

Re: [Cluster-devel] [GFS2 PATCH] gfs2: s64 cast for negative quota value

2015-06-08 Thread Bob Peterson
- Original Message - One-line fix to cast quota value to s64 before comparison. By default the quantity is treated as u64. Signed-off-by: Abhi Das a...@redhat.com --- fs/gfs2/quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/gfs2/quota.c