sysfs: remove SPIN_LOCK_UNLOCKED
[deliverable/linux.git] / fs / sysfs / file.c
index 4045bdcc4b331dbf7f4cdd7c6d781f16021ffbf2..09a0611b3364a875929c22164487c07d306e28fa 100644 (file)
@@ -66,7 +66,7 @@ static struct sysfs_ops subsys_sysfs_ops = {
  * sysfs_dirent->s_attr.open points to sysfs_open_dirent.  s_attr.open
  * is protected by sysfs_open_dirent_lock.
  */
-static spinlock_t sysfs_open_dirent_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(sysfs_open_dirent_lock);
 
 struct sysfs_open_dirent {
        atomic_t                refcnt;
This page took 0.035814 seconds and 5 git commands to generate.