]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDS: IB: Fix the build error in previous commit dfbdf6c626
authorSantosh Shilimkar <santosh.shilimkar@oracle.com>
Fri, 12 Aug 2016 16:33:54 +0000 (09:33 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Fri, 12 Aug 2016 16:46:04 +0000 (09:46 -0700)
commit8f7c5673b781ae817d9c4387e9c428de02619e74
tree319039f0f4b3e6230a540644bee0e08099667cc5
parentdfbdf6c626ee246a50b3250d9b2df7baddc85119
RDS: IB: Fix the build error in previous commit dfbdf6c626

Commit dfbdf6c626ee ("RDS: IB: skip rx/tx work when destroying
connection")' using atomic api which doesn't exit which lead
to build error.

net/rds/ib_cm.c:1319: error: implicit declaration of function
‘smp_mb__after_atomic_inc’

Fix it.

Orabug: 24395789

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
net/rds/ib_cm.c