diff options
author | 2012-01-15 14:30:24 +0300 | |
---|---|---|
committer | 2012-01-18 08:35:57 +0000 | |
commit | f8d48ae52eeec906d7fb42485eb26a5d305bab0a (patch) | |
tree | 4de9fc43d78b02bb6569860c887f81af763f9308 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | iscsi-target: Fix double list_add with iscsit_alloc_buffs reject (diff) | |
download | linux-dev-f8d48ae52eeec906d7fb42485eb26a5d305bab0a.tar.xz linux-dev-f8d48ae52eeec906d7fb42485eb26a5d305bab0a.zip |
iscsi-target: make one-bit bitfields unsigned
Signed bitfields are a problem because instead of being 1 or 0 like
you'd expect they are 0 and -1. It doesn't cause a problem in this case
but sparse complains:
drivers/target/iscsi/iscsi_target_core.h:564:56: error: dubious one-bit
signed bitfield
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions