* [trivial/cosmetics] [PATCH] losetup: fix outdated comment
@ 2016-04-13 14:36 Yuriy M. Kaminskiy
2016-04-18 9:05 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Yuriy M. Kaminskiy @ 2016-04-13 14:36 UTC (permalink / raw)
To: util-linux
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/x-diff, Size: 841 bytes --]
>From abb2a420924c792be33aa3ed825b1348ea7d51a9 Mon Sep 17 00:00:00 2001
From: "Yuriy M. Kaminskiy" <yumkam@gmail.com>
Date: Wed, 13 Apr 2016 17:30:10 +0300
Subject: [PATCH] losetup: fix outdated comment
--direct-io argument was made optional by
f98d9641a371421640a8f1cfe497030758f86dca, but this comment was not
updated accordingly
Signed-off-by: Yuriy M. Kaminskiy <yumkam@gmail.com>
---
sys-utils/losetup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c
index 1d57ab3..2ae6ace 100644
--- a/sys-utils/losetup.c
+++ b/sys-utils/losetup.c
@@ -626,7 +626,7 @@ int main(int argc, char **argv)
/*
* losetup [--list] <device>
* OR
- * losetup --direct-io DIO <device>
+ * losetup --direct-io[=off] <device>
*/
if (!set_dio)
act = A_SHOW_ONE;
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [trivial/cosmetics] [PATCH] losetup: fix outdated comment
2016-04-13 14:36 [trivial/cosmetics] [PATCH] losetup: fix outdated comment Yuriy M. Kaminskiy
@ 2016-04-18 9:05 ` Karel Zak
0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2016-04-18 9:05 UTC (permalink / raw)
To: Yuriy M. Kaminskiy; +Cc: util-linux
On Wed, Apr 13, 2016 at 05:36:36PM +0300, Yuriy M. Kaminskiy wrote:
> sys-utils/losetup.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-18 9:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-13 14:36 [trivial/cosmetics] [PATCH] losetup: fix outdated comment Yuriy M. Kaminskiy
2016-04-18 9:05 ` Karel Zak
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.