Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757197Ab3ILUiz (ORCPT ); Thu, 12 Sep 2013 16:38:55 -0400 Received: from mail-ob0-f176.google.com ([209.85.214.176]:42886 "EHLO mail-ob0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756914Ab3ILUiv (ORCPT ); Thu, 12 Sep 2013 16:38:51 -0400 MIME-Version: 1.0 In-Reply-To: <20130912153629.16487.88969@localhost.localdomain> References: <20130912153629.16487.88969@localhost.localdomain> Date: Thu, 12 Sep 2013 16:38:50 -0400 X-Google-Sender-Auth: yhvXDUAJNevmu173BuDjqsWxDp8 Message-ID: Subject: Re: [GIT PULL] Btrfs From: Josh Boyer To: Chris Mason , Mark Fasheh Cc: Linus Torvalds , linux-btrfs , "Linux-Kernel@Vger. Kernel. Org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1011 Lines: 26 On Thu, Sep 12, 2013 at 11:36 AM, Chris Mason wrote: > Mark Fasheh (4): > btrfs: offline dedupe This commit adds calls to __put_user_unaligned, which causes build failures on ARM if btrfs is configured: + make -s ARCH=arm V=1 -j4 modules fs/btrfs/ioctl.c: In function 'btrfs_ioctl_file_extent_same': fs/btrfs/ioctl.c:2802:3: error: implicit declaration of function '__put_user_unaligned' [-Werror=implicit-function-declaration] if (__put_user_unaligned(info.status, &args->info[i].status) || ^ cc1: some warnings being treated as errors make[2]: *** [fs/btrfs/ioctl.o] Error 1 make[1]: *** [fs/btrfs] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [fs] Error 2 make: *** Waiting for unfinished jobs.... josh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/