Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11987
b: refs/heads/master
c: 659603e
h: refs/heads/master
i:
  11985: 2a74d46
  11983: 686e31c
v: v3
  • Loading branch information
Andrea Arcangeli authored and Linus Torvalds committed Oct 31, 2005
1 parent efdd1ee commit 0017f2b
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: a717f77362d4fe044721c126c89e2a38e731a576
refs/heads/master: 659603ef692d3f6c7c216e80310990253864bf2e
2 changes: 1 addition & 1 deletion trunk/fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ __writeback_single_inode(struct inode *inode, struct writeback_control *wbc)
wait_queue_head_t *wqh;

if (!atomic_read(&inode->i_count))
WARN_ON(!(inode->i_state & I_WILL_FREE));
WARN_ON(!(inode->i_state & (I_WILL_FREE|I_FREEING)));
else
WARN_ON(inode->i_state & I_WILL_FREE);

Expand Down

0 comments on commit 0017f2b

Please sign in to comment.