]> Pileus Git - ~andy/linux/commit
rds: Don't disable BH on BH context
authorYing Xue <ying.xue@windriver.com>
Sun, 19 Aug 2012 21:44:08 +0000 (21:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Aug 2012 05:52:04 +0000 (22:52 -0700)
commitbfdc587c5af4ff155cf702b972e8fcd66d77d5f2
tree81bed65ce086ff013ea5b41eec17c7e1949ff0aa
parent6b923cb7188d46905f43fa84210c4c3e5f9cd8fb
rds: Don't disable BH on BH context

Since we have already in BH context when *_write_space(),
*_data_ready() as well as *_state_change() are called, it's
unnecessary to disable BH.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/tcp_connect.c
net/rds/tcp_listen.c
net/rds/tcp_recv.c
net/rds/tcp_send.c