]> git.proxmox.com Git - mirror_zfs.git/commit
Fix variables named current
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Aug 2010 17:18:06 +0000 (10:18 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 31 Aug 2010 15:38:44 +0000 (08:38 -0700)
commit5631c038895ea97fde261831887226ee56d06dd5
treeb6d5d08d6a05e58b6cb7ce361ae04cfef3f5d2f7
parent090ff0929ec7a2e2e65efaaddb9981d15964f7d9
Fix variables named current

In the linux kernel 'current' is defined to mean the current process
and can never be used as a local variable in a function.  Simply
replace all usage of 'current' with 'curr' in this function.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/zfs/vdev_raidz.c