]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nbd: add set flags ioctl
authorPaul Clements <paul.clements@steeleye.com>
Thu, 13 Sep 2012 01:01:32 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 20 Sep 2012 07:05:27 +0000 (17:05 +1000)
commit5fc73ff4a5bbca8d4f76ec6d9ca9fe1d3a7977bd
tree5be167d30d0731ea27c3eaf52f1538e227e3407a
parentffeb3ac85ea140625ef8d73716688d145319b984
nbd: add set flags ioctl

Add a set-flags ioctl, allowing various option flags to be set on an nbd
device.  This allows the nbd-client to set the device flags (to enable
read-only mode, or enable discard support, etc.).

Flags are typically specified by the nbd-server.  During the negotiation
phase of the nbd connection, the server sends its flags to the client.
The client then uses NBD_SET_FLAGS to inform the kernel of the options.

Also included is a one-line fix to debug output for the set-timeout ioctl.

Signed-off-by: Paul Clements <paul.clements@steeleye.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/block/nbd.c
include/linux/nbd.h