[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20120110000752.GB3127@swordfish>
Date: Tue, 10 Jan 2012 03:07:52 +0300
From: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
To: Al Viro <viro@...IV.linux.org.uk>
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] block_dev: Remove kmemleak header include
block_dev: Remove kmemleak header include
No need to include kmemleak.h header, since the only kmemleak
function call has been deleted from bdev_cache_init().
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
---
diff --git a/fs/block_dev.c b/fs/block_dev.c
index 69a5b6f..ce87d2a 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -25,7 +25,6 @@
#include <linux/uio.h>
#include <linux/namei.h>
#include <linux/log2.h>
-#include <linux/kmemleak.h>
#include <linux/cleancache.h>
#include <asm/uaccess.h>
#include "internal.h"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists