All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhao Lei <zhaolei@cn.fujitsu.com>
To: <linux-btrfs@vger.kernel.org>
Cc: Zhao Lei <zhaolei@cn.fujitsu.com>
Subject: [PATCH v2 5/5] btrfs-progs: use system's default path for math.h
Date: Mon, 26 Oct 2015 18:28:22 +0800	[thread overview]
Message-ID: <ff78b29bdd126b809e444d5ae9f384968b2a4a32.1445855131.git.zhaolei@cn.fujitsu.com> (raw)
In-Reply-To: <cover.1445855131.git.zhaolei@cn.fujitsu.com>

Line of
 #include "math.h"
in extent-tree.c using quotas is history reason,
(we have cuseom math.h in source before)

Now it is better to use "<>" instead of quotas for this header file.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
---
 extent-tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extent-tree.c b/extent-tree.c
index 0c8152a..0d605e1 100644
--- a/extent-tree.c
+++ b/extent-tree.c
@@ -19,6 +19,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
+#include <math.h>
 #include "kerncompat.h"
 #include "radix-tree.h"
 #include "ctree.h"
@@ -28,7 +29,6 @@
 #include "crc32c.h"
 #include "volumes.h"
 #include "free-space-cache.h"
-#include "math.h"
 #include "utils.h"
 
 #define PENDING_EXTENT_INSERT 0
-- 
1.8.5.1


  parent reply	other threads:[~2015-10-26 10:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-26 10:28 [PATCH v2 0/5] btrfs-progs: Add all missing close_ctree and btrfs_close_all_devices Zhao Lei
2015-10-26 10:28 ` [PATCH v2 1/5] btrfs-progs: btrfs: Add missing btrfs_close_all_devices for btrfs command Zhao Lei
2015-10-26 10:28 ` [PATCH v2 2/5] btrfs-progs: Remove all btrfs_close_all_devices in sub-command Zhao Lei
2015-10-26 10:28 ` [PATCH v2 3/5] btrfs-progs: Add all missing btrfs_close_all_devices to standalone tools Zhao Lei
2015-10-26 10:28 ` [PATCH v2 4/5] btrfs-progs: Add missing close_ctree to btrfs-select-super.c Zhao Lei
2015-10-26 10:28 ` Zhao Lei [this message]
2015-10-26 14:57 ` [PATCH v2 0/5] btrfs-progs: Add all missing close_ctree and btrfs_close_all_devices David Sterba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ff78b29bdd126b809e444d5ae9f384968b2a4a32.1445855131.git.zhaolei@cn.fujitsu.com \
    --to=zhaolei@cn.fujitsu.com \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.