]> git.karo-electronics.de Git - karo-tx-linux.git/commit
This patch introduces flags for each ioctl function.
authorMikulas Patocka <mpatocka@redhat.com>
Wed, 13 Feb 2013 22:42:39 +0000 (09:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 13 Feb 2013 22:42:39 +0000 (09:42 +1100)
commit91e50cd641bdd1f0d052cc54c84866356f2869cc
treeb63f530d524eec259e7a156022ef991bddb041a2
parent0c5f186653c22bdf4b6691347a26157c2b287416
This patch introduces flags for each ioctl function.

So far, one flag is defined, IOCTL_FLAGS_NO_PARAMS.  It is set if the
function processing the ioctl doesn't take or produce any parameters in
the section of the data buffer that has a variable size.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-ioctl.c