~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to net/xfrm/xfrm_user.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
2927
2927
        if (nlsk == NULL)
2928
2928
                return -ENOMEM;
2929
2929
        net->xfrm.nlsk_stash = nlsk; /* Don't set to NULL */
2930
 
        RCU_INIT_POINTER(net->xfrm.nlsk, nlsk);
 
2930
        rcu_assign_pointer(net->xfrm.nlsk, nlsk);
2931
2931
        return 0;
2932
2932
}
2933
2933