Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343339
b: refs/heads/master
c: a3f3c29
h: refs/heads/master
i:
  343337: 379c198
  343335: 1546dec
v: v3
  • Loading branch information
Yan Hong authored and Linus Torvalds committed Dec 13, 2012
1 parent 53c43ca commit 70bb9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 5aaea51dfbddcccaf38eacd03379f47c99bbe944
refs/heads/master: a3f3c29cb290a2d5d26e3cf5504f447fd7256a81
3 changes: 1 addition & 2 deletions trunk/fs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ static int fsync_buffers_list(spinlock_t *lock, struct list_head *list);

#define BH_ENTRY(list) list_entry((list), struct buffer_head, b_assoc_buffers)

inline void
init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private)
void init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private)
{
bh->b_end_io = handler;
bh->b_private = private;
Expand Down

0 comments on commit 70bb9ec

Please sign in to comment.