From: David Howells Date: Fri, 11 Jul 2008 13:39:56 +0000 (+0100) Subject: [GFS2] Fix GFS2's use of do_div() in its quota calculations X-Git-Tag: v2.6.27-rc1~1083^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4abaca17e758e3326c96ced88b2cd9b7b84922f6;p=pandora-kernel.git [GFS2] Fix GFS2's use of do_div() in its quota calculations Fix GFS2's need_sync()'s use of do_div() on an s64 by using div_s64() instead. This does assume that gt_quota_scale_den can be cast to an s32. This was introduced by patch b3b94faa5fe5968827ba0640ee9fba4b3e7f736e. Signed-off-by: David Howells Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed