Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / fs / sysfs / file.c
index 222910e..da0b930 100644 (file)
@@ -490,6 +490,11 @@ int sysfs_update_file(struct kobject * kobj, const struct attribute * attr)
                    (victim->d_parent->d_inode == dir->d_inode)) {
                        victim->d_inode->i_mtime = CURRENT_TIME;
                        fsnotify_modify(victim);
+
+                       /**
+                        * Drop reference from initial sysfs_get_dentry().
+                        */
+                       dput(victim);
                        res = 0;
                } else
                        d_drop(victim);