Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275039
b: refs/heads/master
c: 1944ce6
h: refs/heads/master
i:
  275037: 6b01bef
  275035: a50f7f9
  275031: 1d6a193
  275023: 773910f
  275007: f76b289
v: v3
  • Loading branch information
Paul Gortmaker authored and Linus Torvalds committed Nov 7, 2011
1 parent 470844e commit 4eed687
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c073e35550879fd133bc3fe509df5b88da51278
refs/heads/master: 1944ce60fe1e92506d3347f4d8e10a82b17096e4
2 changes: 1 addition & 1 deletion trunk/drivers/md/persistent-data/dm-btree-remove.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "dm-btree-internal.h"
#include "dm-transaction-manager.h"

#include <linux/module.h>
#include <linux/export.h>

/*
* Removing an entry from a btree
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/md/persistent-data/dm-btree.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "dm-space-map.h"
#include "dm-transaction-manager.h"

#include <linux/module.h>
#include <linux/export.h>
#include <linux/device-mapper.h>

#define DM_MSG_PREFIX "btree"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/md/persistent-data/dm-space-map-disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <linux/list.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/export.h>
#include <linux/device-mapper.h>

#define DM_MSG_PREFIX "space map disk"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/md/persistent-data/dm-transaction-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "dm-space-map-metadata.h"
#include "dm-persistent-data-internal.h"

#include <linux/module.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <linux/device-mapper.h>

Expand Down

0 comments on commit 4eed687

Please sign in to comment.