diff options
| author | Tony Luck <tony.luck@intel.com> | 2005-10-31 19:03:46 -0500 |
|---|---|---|
| committer | Tony Luck <tony.luck@intel.com> | 2005-10-31 19:03:46 -0500 |
| commit | 067794a1170ef61e295aea1719cf4a1ce20200f8 (patch) | |
| tree | 7eb4e77937a91ffdc87e75cd35bee8cb4da77ef5 /fs/fs-writeback.c | |
| parent | 631bb0e74e811e0d9ad23e7462a02d4767b4dd9d (diff) | |
| parent | 659603ef692d3f6c7c216e80310990253864bf2e (diff) | |
Auto-update from upstream
Diffstat (limited to 'fs/fs-writeback.c')
| -rw-r--r-- | fs/fs-writeback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index ffab4783ac64..c27f8d4098be 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c | |||
| @@ -247,7 +247,7 @@ __writeback_single_inode(struct inode *inode, struct writeback_control *wbc) | |||
| 247 | wait_queue_head_t *wqh; | 247 | wait_queue_head_t *wqh; |
| 248 | 248 | ||
| 249 | if (!atomic_read(&inode->i_count)) | 249 | if (!atomic_read(&inode->i_count)) |
| 250 | WARN_ON(!(inode->i_state & I_WILL_FREE)); | 250 | WARN_ON(!(inode->i_state & (I_WILL_FREE|I_FREEING))); |
| 251 | else | 251 | else |
| 252 | WARN_ON(inode->i_state & I_WILL_FREE); | 252 | WARN_ON(inode->i_state & I_WILL_FREE); |
| 253 | 253 | ||
