From: David Sterba Date: Fri, 20 Feb 2015 17:43:47 +0000 (+0100) Subject: btrfs: replace remaining do_div calls with div_u64 variants X-Git-Tag: omap-for-v4.1/fixes-rc1~43^2~59^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c5713f4737e460a3b2535abb8ae2e2afe2d2d0;p=pandora-kernel.git btrfs: replace remaining do_div calls with div_u64 variants Switch to div_u64_rem that does type checking and has more obvious semantics than do_div. Signed-off-by: David Sterba --- Reading git-diff-tree failed