commit | 713f6ab18b0e7d39f14401362bfe8015b1aedde1 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Tue Jul 17 04:06:12 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 17 10:23:15 2007 -0700 |
tree | fc6ef865d09de1ec816ed96860ffc27dd48d837b | |
parent | df968c4e8d809deb2602fb0e8db758f26a4006b9 [diff] |
md: improve the is_mddev_idle test fix Don't use 'unsigned' variable to track sync vs non-sync IO, as the only thing we want to do with them is a signed comparison, and fix up the comment which had become quite wrong. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>