http://bugzilla.kernel.org/show_bug.cgi?id=15341 --- Comment #9 from Jens Axboe <axboe@xxxxxxxxx> 2010-02-23 12:38:12 --- That looks pretty funky, most processes are stuck waiting for IO or waiting for others to finish their IO (on inode->i_mutex). If you switch to another IO scheduler, does the problem go away? To do so, do: # echo deadline > /sys/block/sda/queue/scheduler (or use sdb, if that is the device in question) and repeat your find/du run. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html