Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39874
b: refs/heads/master
c: e423445
h: refs/heads/master
v: v3
  • Loading branch information
Hidetoshi Seto authored and Greg Kroah-Hartman committed Oct 18, 2006
1 parent 269ef4b commit 6b14a57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 722385f75efd82d9f480f0765a1e97a4d83cac0d
refs/heads/master: e42344514c6e8ca7f5427da9b1407b56550dfa01
5 changes: 0 additions & 5 deletions trunk/fs/sysfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,6 @@ 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);
Expand Down

0 comments on commit 6b14a57

Please sign in to comment.