From: Mikulas Patocka Date: Fri, 1 Mar 2013 22:45:48 +0000 (+0000) Subject: dm ioctl: introduce ioctl_flags X-Git-Tag: v3.9-rc1~19^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2914cc26bbca67fd30fff02c6777e8477fc8a6a;p=pandora-kernel.git dm ioctl: introduce ioctl_flags 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 Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed