Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190549
b: refs/heads/master
c: a42ab8e
h: refs/heads/master
i:
  190547: 4729667
v: v3
  • Loading branch information
Joel Becker committed Apr 1, 2010
1 parent 1990b41 commit fd890e7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 428257f8870f0e72e85ce782d091fa1f366de7df
refs/heads/master: a42ab8e1a37257da37e0f018e707bf365ac24531
2 changes: 2 additions & 0 deletions trunk/fs/ocfs2/buffer_head_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ int ocfs2_write_super_or_backup(struct ocfs2_super *osb,
struct buffer_head *bh)
{
int ret = 0;
struct ocfs2_dinode *di = (struct ocfs2_dinode *)bh->b_data;

mlog_entry_void();

Expand All @@ -426,6 +427,7 @@ int ocfs2_write_super_or_backup(struct ocfs2_super *osb,

get_bh(bh); /* for end_buffer_write_sync() */
bh->b_end_io = end_buffer_write_sync;
ocfs2_compute_meta_ecc(osb->sb, bh->b_data, &di->i_check);
submit_bh(WRITE, bh);

wait_on_buffer(bh);
Expand Down

0 comments on commit fd890e7

Please sign in to comment.