]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: add prefetch trace calls to debug thread creation failures
authorJeff Mahoney <jeffm@suse.com>
Tue, 22 Aug 2017 15:01:31 +0000 (10:01 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 22 Aug 2017 15:01:31 +0000 (10:01 -0500)
commite8ff6275b3559c276df39f17377c46a58243ccb3
tree7e632a2ef5a315dfc94325ef04c171e0adc4069f
parent53dc81db1c86bc69c7e99961f5519e4d259a8f8d
xfs_repair: add prefetch trace calls to debug thread creation failures

When debugging prefetch failures, it's useful to have thread creation
failure messages that are output as warnings on stderr in the trace
log as well.  It's also helpful to see when an AG gets queued behind
another one rather than having the thread started directly, which
has a separate trace line.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/prefetch.c