Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86784
b: refs/heads/master
c: e389229
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Mar 5, 2008
1 parent d60ca20 commit 86297e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 10ed273f5016c582413dfbc468dd084957d847e1
refs/heads/master: e3892296de632e3f9299d9fabe0c746740004891
2 changes: 1 addition & 1 deletion trunk/fs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ static int fsync_buffers_list(spinlock_t *lock, struct list_head *list)
smp_mb();
if (buffer_dirty(bh)) {
list_add(&bh->b_assoc_buffers,
&bh->b_assoc_map->private_list);
&mapping->private_list);
bh->b_assoc_map = mapping;
}
spin_unlock(lock);
Expand Down

0 comments on commit 86297e1

Please sign in to comment.