Re: dd PATCH: add conv=direct

From: Philippe Troin
Date: Thu Apr 08 2004 - 11:25:19 EST


Paul Eggert <eggert@xxxxxxxxxxx> writes:

> dd has new iflags= and oflags= options with the following flags:
>
> append append mode (makes sense for output file only)
> direct use direct I/O for data
> dsync use synchronized I/O for data
> sync likewise, but also for metadata
> nonblock use non-blocking I/O
> nofollow do not follow symlinks
> noctty do not assign controlling terminal from file

noctty definitely seems overkill... I can't see why dd would ever want
to open a file without O_NOCTTY. On systems where O_NOCTTY makes sense
(SvR4) that is.

Phil.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/