UBI: document UBI_IOCVOLUP better in user header
[sfrench/cifs-2.6.git] / include / uapi / mtd / ubi-user.h
index 53cae1e11e57e18ee9dba30454155101995d678f..723c324590c14dad9367e416be1e2fe1984daeb2 100644 (file)
 
 #define UBI_VOL_IOC_MAGIC 'O'
 
-/* Start UBI volume update */
+/* Start UBI volume update
+ * Note: This actually takes a pointer (__s64*), but we can't change
+ *       that without breaking the ABI on 32bit systems
+ */
 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
 /* LEB erasure command, used for debugging, disabled by default */
 #define UBI_IOCEBER _IOW(UBI_VOL_IOC_MAGIC, 1, __s32)