On Mon, Mar 29, 2010 at 7:54 PM, Kevin Wolf wrote:
> Am 28.03.2010 19:07, schrieb Ryota Ozaki:
>> This patch allows to operate on nbd device file
>> without write permission for the file if read-only
>> option is specified.
>>
>> Signed-off-by: Ryota Ozaki
>
> The help for -r should be changed, t
Am 28.03.2010 19:07, schrieb Ryota Ozaki:
> This patch allows to operate on nbd device file
> without write permission for the file if read-only
> option is specified.
>
> Signed-off-by: Ryota Ozaki
The help for -r should be changed, too. Currently it says:
-r, --read-only export read-only
This patch allows to operate on nbd device file
without write permission for the file if read-only
option is specified.
Signed-off-by: Ryota Ozaki
---
qemu-nbd.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/qemu-nbd.c b/qemu-nbd.c
index 00b8896..7ef409f 10064