From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f182.google.com ([209.85.220.182]:33049 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751460AbcFXOCp (ORCPT ); Fri, 24 Jun 2016 10:02:45 -0400 Received: by mail-qk0-f182.google.com with SMTP id q79so2273867qke.0 for ; Fri, 24 Jun 2016 07:02:45 -0700 (PDT) Date: Fri, 24 Jun 2016 10:02:12 -0400 From: Zheng Lv To: OGAWA Hirofumi Cc: linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] fat: check whether fs size exceeds device size Message-ID: <20160624140212.GA22764@ubuntu-sun> References: <1466758690-12354-1-git-send-email-lv.zheng.2015@gmail.com> <8737o3lyla.fsf@mail.parknet.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8737o3lyla.fsf@mail.parknet.co.jp> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: The 64-bit division seems to cause build failure on 32-bit ARM, we must play some tricks to solve this.