Re: [PATCH] rtl8188eu: Replace rcu_dereference() with rcu_access_pointer()

From: Larry Finger
Date: Thu Sep 04 2014 - 17:23:30 EST


On 09/04/2014 03:58 PM, Andreea Bernat wrote:
Hello,

I cloned this:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git

and after moved to staging-next branch, but in both cases, in
those files I don't find any use of rcu_dereference() call (the call
which I am looking for to modify).

The rcu_dereference() call in core/rtw_mlme.c is no longer there in mainline 3.17, thus it was removed some time ago.

There is a similar reference in os_dep/recv_linux.c. Perhaps it should be removed.

This problem shows the importance of working with the latest pull of the staging repo when working with staging code. Even then patches may suffer mid-air collisions if multiple devs are working on a particular piece of code.

Larry


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/