[PATCH] Ignore -o (output_name) when in server mode
authorJens Axboe <jens.axboe@oracle.com>
Mon, 30 Oct 2006 09:42:47 +0000 (10:42 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 30 Oct 2006 09:42:47 +0000 (10:42 +0100)
commitec685dd2e5c6030493e4fc4ae23619227e93129c
tree277487808142f81abfda78e797be26fef2d847be
parentc76adfc177a182b72c430ce36bab3f9a21fe1616
[PATCH] Ignore -o (output_name) when in server mode

Reported by ehrhardt@de.ibm.com.

It doesn't make a lot of sense to allow directories inside the session
private directory, and we currently do not handle multiple directories
inside the generated dir. So just ignore that option and inform the user.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
blktrace.c