Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84611
b: refs/heads/master
c: fd2cbe4
h: refs/heads/master
i:
  84609: 9fbc6f3
  84607: 824f890
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 8, 2008
1 parent fd938c2 commit 9c99770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 76df0c25d0c34eba9fbb8a44106ed096553ba0e8
refs/heads/master: fd2cbe48883a01f710c2a639877e3b3e4eba6e59
2 changes: 1 addition & 1 deletion trunk/fs/proc/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ void free_proc_entry(struct proc_dir_entry *de)

release_inode_number(ino);

if (S_ISLNK(de->mode) && de->data)
if (S_ISLNK(de->mode))
kfree(de->data);
kfree(de);
}
Expand Down

0 comments on commit 9c99770

Please sign in to comment.