From 35b850f16d9adbb833775105ec942fbc818ee6a0 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 20 Feb 2015 18:43:47 +0100 Subject: [PATCH] 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-format-patch failed