commit | 8c87fe722053658467bcc9e5ea82051ce3d3a693 | [log] [tgz] |
---|---|---|
author | Scott Bauer <scott.bauer@intel.com> | Mon Feb 06 17:22:49 2017 -0700 |
committer | Jens Axboe <axboe@fb.com> | Mon Feb 06 17:45:29 2017 -0700 |
tree | debf12114992c0a21c3bdf2eb53aa346bc0a3eee | |
parent | a98e58e54fbd0c80b6a46a7cac6e231eed3b3efa [diff] |
Fix SED-OPAL UAPI structs to prevent 32/64 bit size differences. This patch is a quick fixup of the user structures that will prevent the structures from being different sizes on 32 and 64 bit archs. Taking this fix will allow us to *NOT* have to do compat ioctls for the sed code. Signed-off-by: Scott Bauer <scott.bauer@intel.com> Fixes: 19641f2d7674 ("Include: Uapi: Add user ABI for Sed/Opal") Signed-off-by: Jens Axboe <axboe@fb.com>