diff options
author | Karel Zak | 2009-04-23 13:22:27 +0200 |
---|---|---|
committer | Karel Zak | 2009-04-23 13:22:27 +0200 |
commit | 357e7c3b2d54a36fb97e2ac5fa903c7a6aeafd7e (patch) | |
tree | 474c082becd35a6e0b947dbc7cebfc2692b4a4f6 | |
parent | chrt: add a comment about non POSIX 1003.1b attributes in chrt.1 (diff) | |
download | kernel-qcow2-util-linux-357e7c3b2d54a36fb97e2ac5fa903c7a6aeafd7e.tar.gz kernel-qcow2-util-linux-357e7c3b2d54a36fb97e2ac5fa903c7a6aeafd7e.tar.xz kernel-qcow2-util-linux-357e7c3b2d54a36fb97e2ac5fa903c7a6aeafd7e.zip |
ionice: change Jens Axboe's email
Based on
util-linux-2.14.2-schedutils_fix_email.patch
from SUSE src.rpm package.
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | schedutils/ionice.1 | 2 | ||||
-rw-r--r-- | schedutils/ionice.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/schedutils/ionice.1 b/schedutils/ionice.1 index 0cdf66420..92712eef3 100644 --- a/schedutils/ionice.1 +++ b/schedutils/ionice.1 @@ -77,7 +77,7 @@ Linux supports io scheduling priorities and classes since 2.6.13 with the CFQ io scheduler. .SH AUTHORS -Jens Axboe <axboe@suse.de> +Jens Axboe <jens@axboe.dk> .SH AVAILABILITY The ionice command is part of the util-linux-ng package and is available from diff --git a/schedutils/ionice.c b/schedutils/ionice.c index d41a8fad4..5f1f34894 100644 --- a/schedutils/ionice.c +++ b/schedutils/ionice.c @@ -1,7 +1,7 @@ /* * ionice: set or get process io scheduling class and priority * - * Copyright (C) 2005 Jens Axboe <axboe@suse.de> SUSE Labs + * Copyright (C) 2005 Jens Axboe <jens@axboe.dk> * * Released under the terms of the GNU General Public License version 2 * |