projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb729bc
)
block: include linux/err.h to use ERR_PTR
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 7 Dec 2009 08:29:39 +0000
(19:29 +1100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 7 Dec 2009 08:47:07 +0000
(09:47 +0100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-cgroup.c
patch
|
blob
|
history
diff --git
a/block/blk-cgroup.c
b/block/blk-cgroup.c
index
3ad497f
..
1fa2654
100644
(file)
--- a/
block/blk-cgroup.c
+++ b/
block/blk-cgroup.c
@@
-14,6
+14,7
@@
#include <linux/seq_file.h>
#include <linux/kdev_t.h>
#include <linux/module.h>
+#include <linux/err.h>
#include "blk-cgroup.h"
static DEFINE_SPINLOCK(blkio_list_lock);