Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242287
b: refs/heads/master
c: 1f940bd
h: refs/heads/master
i:
  242285: 58cda32
  242283: bc280dc
  242279: 24e90a8
  242271: 066a1ca
v: v3
  • Loading branch information
Jens Axboe committed Mar 11, 2011
1 parent 5e5fcb1 commit 7f6b536
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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: eba2ed9c9636d9e7ed203a2498ed230b48341709
refs/heads/master: 1f940bdfc0d03265d178d9dfd840d854819f797d
9 changes: 6 additions & 3 deletions trunk/include/linux/blkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -1297,15 +1297,18 @@ static inline long nr_blockdev_pages(void)
return 0;
}

static inline void blk_start_plug(struct list_head *list)
struct blk_plug {
};

static inline void blk_start_plug(struct blk_plug *plug)
{
}

static inline void blk_finish_plug(struct list_head *list)
static inline void blk_finish_plug(struct blk_plug *plug)
{
}

static inline void blk_flush_plug(struct task_struct *tsk)
static inline void blk_flush_plug(struct task_struct *task)
{
}

Expand Down

0 comments on commit 7f6b536

Please sign in to comment.