提交 ff6a4cd2 编写于 作者: L Luca Tettamanti 提交者: Stefan Richter

sbp2: make 1bit bitfield unsigned

A signed single-bit bitfield doesn't make much sense. Make it unsigned.
Signed-off-by: NLuca Tettamanti <kronos.it@gmail.com>
Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
上级 4e834da1
......@@ -302,7 +302,7 @@ struct sbp2_lu {
u64 status_fifo_addr;
/* Waitqueue flag for logins, reconnects, logouts, query logins */
int access_complete:1;
unsigned int access_complete:1;
/* Pool of command ORBs for this logical unit */
spinlock_t cmd_orb_lock;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册