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

« back to all changes in this revision

Viewing changes to net/netfilter/nf_queue.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:
40
40
        else if (old)
41
41
                ret = -EBUSY;
42
42
        else {
43
 
                RCU_INIT_POINTER(queue_handler[pf], qh);
 
43
                rcu_assign_pointer(queue_handler[pf], qh);
44
44
                ret = 0;
45
45
        }
46
46
        mutex_unlock(&queue_handler_mutex);