Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211164
b: refs/heads/master
c: 3f259d0
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker authored and Linus Torvalds committed Oct 1, 2010
1 parent b56476d commit 0a4fb0b
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: f556cb078a3a11f6bcb203040fe014caaa6710c4
refs/heads/master: 3f259d092c7a2fdf217823e8f1838530adb0cdb0
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ int reiserfs_unpack(struct inode *inode, struct file *filp)
/* we need to make sure nobody is changing the file size beneath
** us
*/
mutex_lock(&inode->i_mutex);
reiserfs_mutex_lock_safe(&inode->i_mutex, inode->i_sb);
reiserfs_write_lock(inode->i_sb);

write_from = inode->i_size & (blocksize - 1);
Expand Down

0 comments on commit 0a4fb0b

Please sign in to comment.