Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344871
b: refs/heads/master
c: aeb1e5d
h: refs/heads/master
i:
  344869: 5d21606
  344867: 1ba767b
  344863: 0a9a225
v: v3
  • Loading branch information
Theodore Ts'o committed Nov 30, 2012
1 parent 427c5a5 commit 19acc96
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: 69c499d152a7fe2c4443e5ddd91568ad5a79145a
refs/heads/master: aeb1e5d69a5be592e86a926be73efb38c55af404
2 changes: 1 addition & 1 deletion trunk/fs/ext4/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ struct inode *ext4_new_inode(handle_t *handle, struct inode *dir, umode_t mode,

BUFFER_TRACE(block_bitmap_bh, "dirty block bitmap");
err = ext4_handle_dirty_metadata(handle, NULL, block_bitmap_bh);
brelse(block_bitmap_bh);

/* recheck and clear flag under lock if we still need to */
ext4_lock_group(sb, group);
Expand All @@ -775,6 +774,7 @@ struct inode *ext4_new_inode(handle_t *handle, struct inode *dir, umode_t mode,
ext4_group_desc_csum_set(sb, group, gdp);
}
ext4_unlock_group(sb, group);
brelse(block_bitmap_bh);

if (err)
goto fail;
Expand Down

0 comments on commit 19acc96

Please sign in to comment.