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)
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>

No differences found