commit | ad8994581815ac08123c7eeceb2ef160a96d186d | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Tue Sep 25 12:59:31 2018 +0100 |
committer | Bob Peterson <rpeterso@redhat.com> | Fri Oct 12 07:29:59 2018 -0500 |
tree | a7442b568e90ade457fe17aeb2d0e5d23fc3e437 | |
parent | 21f09c4395c95dfaa0598d20d41cb2a669e1967e [diff] |
gfs2: Remove unused RGRP_RSRV_MINBYTES definition This definition is only used to define RGRP_RSRV_MINBLKS, with no benefit over defining RGRP_RSRV_MINBLKS directly. In addition, instead of forcing RGRP_RSRV_MINBLKS to be of type u32, cast it to that type where that type is required. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Steven Whitehouse <swhiteho@redhat.com>