diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 08:01:14 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 08:01:14 +0200 |
commit | cf9fe114e3b37e14fc8434d5abb192e35df551b1 (patch) | |
tree | 0f82879295dc792f9df1a3ce79e143a3c073510f /fs/bio.c | |
parent | sh: plug vsyscall dir in to archclean. (diff) | |
parent | Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... (diff) | |
download | linux-cf9fe114e3b37e14fc8434d5abb192e35df551b1.tar.xz linux-cf9fe114e3b37e14fc8434d5abb192e35df551b1.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'fs/bio.c')
-rw-r--r-- | fs/bio.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -26,10 +26,9 @@ #include <linux/mempool.h> #include <linux/workqueue.h> #include <linux/blktrace_api.h> -#include <trace/block.h> #include <scsi/sg.h> /* for struct sg_iovec */ -DEFINE_TRACE(block_split); +#include <trace/events/block.h> /* * Test patch to inline a certain number of bi_io_vec's inside the bio |