Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274459
b: refs/heads/master
c: d5decd3
h: refs/heads/master
i:
  274457: 0dd36bd
  274455: 73f1e17
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 437f850 commit b2dee01
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0e5cc581b3fc0e0a909e3cab48d9ec286c2a276
refs/heads/master: d5decd3b9512e35c87492312a72443192eebdda9
1 change: 1 addition & 0 deletions trunk/block/blk-integrity.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <linux/mempool.h>
#include <linux/bio.h>
#include <linux/scatterlist.h>
#include <linux/export.h>
#include <linux/slab.h>

#include "blk.h"
Expand Down
1 change: 1 addition & 0 deletions trunk/block/ioctl.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <linux/capability.h>
#include <linux/blkdev.h>
#include <linux/export.h>
#include <linux/gfp.h>
#include <linux/blkpg.h>
#include <linux/hdreg.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/block/aoe/aoeblk.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/genhd.h>
#include <linux/netdevice.h>
#include <linux/mutex.h>
#include <linux/export.h>
#include "aoe.h"

static DEFINE_MUTEX(aoeblk_mutex);
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/block/aoe/aoechr.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/skbuff.h>
#include <linux/export.h>
#include "aoe.h"

enum {
Expand Down

0 comments on commit b2dee01

Please sign in to comment.