Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252328
b: refs/heads/master
c: 27160b6
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Trofimovich authored and Chris Mason committed May 23, 2011
1 parent 68cda59 commit 309a218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9694b3fcbb0f5dd498fdf53c82f22fcc37989152
refs/heads/master: 27160b6b5a1744b6eaa8416e2b901ec937b1eee0
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ static int btrfs_set_bit_hook(struct inode *inode,

/*
* set_bit and clear bit hooks normally require _irqsave/restore
* but in this case, we are only testeing for the DELALLOC
* but in this case, we are only testing for the DELALLOC
* bit, which is only set or cleared with irqs on
*/
if (!(state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
Expand Down Expand Up @@ -1344,7 +1344,7 @@ static int btrfs_clear_bit_hook(struct inode *inode,
{
/*
* set_bit and clear bit hooks normally require _irqsave/restore
* but in this case, we are only testeing for the DELALLOC
* but in this case, we are only testing for the DELALLOC
* bit, which is only set or cleared with irqs on
*/
if ((state->state & EXTENT_DELALLOC) && (*bits & EXTENT_DELALLOC)) {
Expand Down

0 comments on commit 309a218

Please sign in to comment.