summaryrefslogtreecommitdiffstats
path: root/fs/partitions
diff options
context:
space:
mode:
authorPaul E. McKenney2010-05-11 02:09:25 +0200
committerPaul E. McKenney2010-06-15 01:37:26 +0200
commitb97181f24212f4c29197890ce1b2b9100bcc184d (patch)
tree4c743f8492d14e05a6a5bb9dba4a6177571ebcec /fs/partitions
parentpowerpc: remove all rcu head initializations (diff)
downloadkernel-qcow2-linux-b97181f24212f4c29197890ce1b2b9100bcc184d.tar.gz
kernel-qcow2-linux-b97181f24212f4c29197890ce1b2b9100bcc184d.tar.xz
kernel-qcow2-linux-b97181f24212f4c29197890ce1b2b9100bcc184d.zip
fs: remove all rcu head initializations, except on_stack initializations
Remove all rcu head inits. We don't care about the RCU head state before passing it to call_rcu() anyway. Only leave the "on_stack" variants so debugobjects can keep track of objects on stack. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Cc: Andries Brouwer <aeb@cwi.nl>
Diffstat (limited to 'fs/partitions')
-rw-r--r--fs/partitions/check.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/partitions/check.c b/fs/partitions/check.c
index 5dcd4b0c5533..72c52656dc2e 100644
--- a/fs/partitions/check.c
+++ b/fs/partitions/check.c
@@ -459,7 +459,6 @@ struct hd_struct *add_partition(struct gendisk *disk, int partno,
}
/* everything is up and running, commence */
- INIT_RCU_HEAD(&p->rcu_head);
rcu_assign_pointer(ptbl->part[partno], p);
/* suppress uevent if the disk supresses it */