Commit 56f61d60 authored by Stephen Lord's avatar Stephen Lord Committed by Christoph Hellwig

[XFS] remove the excess ; which crept into the syncd thread somewhere and

basically turned it off.

SGI Modid: 2.5.x-xfs:slinx:148955a
parent 41bfe4af
......@@ -388,7 +388,7 @@ syncd(void *arg)
schedule_timeout(xfs_params.sync_interval);
if (vfsp->vfs_flag & VFS_UMOUNT)
break;
if (vfsp->vfs_flag & VFS_RDONLY);
if (vfsp->vfs_flag & VFS_RDONLY)
continue;
VFS_SYNC(vfsp, SYNCD_FLAGS, NULL, error);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment