commit | 6769da29c7a3caa9de4020db87f495de692cf8e2 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Nov 18 12:15:10 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Dec 03 15:26:00 2009 -0600 |
tree | e7284851ee1ecb1c86c6078aca5abf3c8c2864f2 | |
parent | 7078dead94a24bc4e5819e4a6448bd5738a2d088 [diff] |
posix-aio-compat: Fix error check Checking for nbytes < 0 is pointless as long as it's a size_t. If we want to use negative numbers for error codes, we should use signed types. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>