All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove unused ftrace include
@ 2009-03-25 15:21 jim owens
  0 siblings, 0 replies; only message in thread
From: jim owens @ 2009-03-25 15:21 UTC (permalink / raw)
  To: linux-btrfs


ftrace does not exist in earlier kernels and requires backport patching

Signed-off-by: jim owens <jowens@hp.com>
---
  fs/btrfs/async-thread.c |    1 -
  fs/btrfs/delayed-ref.c  |    1 -
  2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c
index c84ca1f..61c7d95 100644
--- a/fs/btrfs/async-thread.c
+++ b/fs/btrfs/async-thread.c
@@ -20,7 +20,6 @@
  #include <linux/list.h>
  #include <linux/spinlock.h>
  #include <linux/freezer.h>
-#include <linux/ftrace.h>
  #include "async-thread.h"

  #define WORK_QUEUED_BIT 0
diff --git a/fs/btrfs/delayed-ref.c b/fs/btrfs/delayed-ref.c
index d513d70..a972584 100644
--- a/fs/btrfs/delayed-ref.c
+++ b/fs/btrfs/delayed-ref.c
@@ -18,7 +18,6 @@

  #include <linux/sched.h>
  #include <linux/sort.h>
-#include <linux/ftrace.h>
  #include "ctree.h"
  #include "delayed-ref.h"
  #include "transaction.h"
-- 
1.5.4.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-25 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-25 15:21 [PATCH] remove unused ftrace include jim owens

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.