From: Mike Frysinger Date: Thu, 2 May 2013 03:42:47 +0000 (-0400) Subject: UBI: document UBI_IOCVOLUP better in user header X-Git-Tag: v3.11-rc1~83^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f9a4d27eadcc1e76c9196e9d90cf41e9bba6ba;p=pandora-kernel.git UBI: document UBI_IOCVOLUP better in user header The current ioctl define implies that this func expects to be passed a 64bit number directly rather than a pointer to a 64bit. The code that processes this ioctl shows that it clearly expects a pointer. It'd be best if we could change the type to "__s64*", but that would change the generated ioctl number thus breaking the userland ABI. So just add a comment for intrepid developers. Signed-off-by: Mike Frysinger Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed