From patchwork Sun Oct 12 20:07:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: neo X-Patchwork-Id: 5071581 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 17A6CC11AC for ; Sun, 12 Oct 2014 20:07:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1343C20138 for ; Sun, 12 Oct 2014 20:07:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0D55A2012D for ; Sun, 12 Oct 2014 20:07:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752947AbaJLUHZ (ORCPT ); Sun, 12 Oct 2014 16:07:25 -0400 Received: from mail-oi0-f45.google.com ([209.85.218.45]:60048 "EHLO mail-oi0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752899AbaJLUHY (ORCPT ); Sun, 12 Oct 2014 16:07:24 -0400 Received: by mail-oi0-f45.google.com with SMTP id i138so11402876oig.4 for ; Sun, 12 Oct 2014 13:07:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=v0SjLUDJnoSE3VNZF2no/bR2GKkr4HTypy3vNhbRq/Q=; b=J8BnNTg+M9C5hnw7IK6KWSYLAN0llmj/k+w9dYvo/t5zFQt3SGbYWAt5uEcWmYh2tw qUL7f0lVrIhvxHpoQsXG5Beqa/x9rvvkpJiQeZy7FFyZSzlUkiQZZShqDAmuqX41gPNV jZezaeICMUZWogSdPeO7mPn3WD9e+tlqh3Yk+1zU6JzsSzUFsZ91OmCUnz8UB6Ab5Xu1 qa526IkhcCbFaI4tMI7FT6b40KCZnnR8wE8qOFLewzF60h9zPTG26nQOG1TGkf2BL63v 3a3nViIDMLW714WnhCSSLsFpbDg1QyR10VKIaO1FNwX3HmkobonTsAP1Hd3BsaydASl8 3C1A== X-Received: by 10.202.209.22 with SMTP id i22mr16660900oig.4.1413144444145; Sun, 12 Oct 2014 13:07:24 -0700 (PDT) Received: from target.stec-inc.ad (pat.hitachigst.com. [199.255.44.5]) by mx.google.com with ESMTPSA id e7sm8044225oen.17.2014.10.12.13.07.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 12 Oct 2014 13:07:23 -0700 (PDT) From: neo To: linux-btrfs@vger.kernel.org Subject: [PATCH] Test Commit Date: Sun, 12 Oct 2014 13:07:21 -0700 Message-Id: <1413144441-6894-1-git-send-email-cknvme@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18eb944..7cc7783 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CC = gcc LN = ln AR = ar AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -DBTRFS_FLAT_INCLUDES -fno-strict-aliasing -fPIC -CFLAGS = -g -O1 -fno-strict-aliasing +CFLAGS = -g -O1 -fno-strict-aliasing -rdynamic objects = ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \ root-tree.o dir-item.o file-item.o inode-item.o inode-map.o \ extent-cache.o extent_io.o volumes.o utils.o repair.o \