Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18183
b: refs/heads/master
c: 71df099
h: refs/heads/master
i:
  18181: 7da2228
  18179: bfbbaa0
  18175: 5b44cf7
v: v3
  • Loading branch information
Yingping Lu authored and Nathan Scott committed Jan 11, 2006
1 parent 7f5d409 commit a409332
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: 75e17b3caf29b262000dc7348f1be9a7d5403463
refs/heads/master: 71df099dc3f9cd17e8564eb647d7c1fb2ee83e2d
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ xfssyncd(
timeleft = schedule_timeout_interruptible(timeleft);
/* swsusp */
try_to_freeze();
if (kthread_should_stop())
if (kthread_should_stop() && list_empty(&vfsp->vfs_sync_list))
break;

spin_lock(&vfsp->vfs_sync_lock);
Expand Down

0 comments on commit a409332

Please sign in to comment.