Re: [Cluster-devel] [PATCH 4/6] gfs2: Make statistics unsigned, suitable for use with do_div()

2015-09-03 Thread Andreas Gruenbacher
Signed-off-by: Andreas Gruenbacher

[Cluster-devel] [PATCH 4/6] gfs2: Make statistics unsigned, suitable for use with do_div()

2015-09-02 Thread Bob Peterson
From: Ben Hutchings None of these statistics can meaningfully be negative, and the numerator for do_div() must have the type u64. The generic implementation of do_div() used on some 32-bit architectures asserts that, resulting in a compiler error in gfs2_rgrp_congested(). Fixes: 0166b197c2ed ("