lkml.org 
[lkml]   [2014]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    SubjectRe: [PATCH 0/9] Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x,NULL)
    From
    From: Monam Agarwal <monamagarwal123@gmail.com>
    Date: Thu, 20 Mar 2014 20:07:10 +0530

    > This patchset uses following coccinelle script to replace
    > rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x,NULL)
    >
    > @@
    > expression E;
    > @@
    > - rcu_assign_pointer(
    > + RCU_INIT_POINTER(
    > E, NULL)

    None of the networking patches apply to my net-next tree, in fact
    nearly all of these case are already using RCU_INIT_POINTER()
    properly.


    \
     
     \ /
      Last update: 2014-03-20 22:41    [W:3.337 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site