Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174365
b: refs/heads/master
c: 49bd22b
h: refs/heads/master
i:
  174363: d491d90
v: v3
  • Loading branch information
Akira Fujita authored and Theodore Ts'o committed Nov 23, 2009
1 parent 916a747 commit 85b396c
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: fc04cb49a898c372a22b21fffc47f299d8710801
refs/heads/master: 49bd22bc4d603a2a4fc2a6a60e156cbea52eb494
2 changes: 1 addition & 1 deletion trunk/fs/ext4/move_extent.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ double_down_write_data_sem(struct inode *orig_inode, struct inode *donor_inode)
}

down_write(&EXT4_I(first)->i_data_sem);
down_write(&EXT4_I(second)->i_data_sem);
down_write_nested(&EXT4_I(second)->i_data_sem, SINGLE_DEPTH_NESTING);
}

/**
Expand Down

0 comments on commit 85b396c

Please sign in to comment.