Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329103
b: refs/heads/master
c: 4199d35
h: refs/heads/master
i:
  329101: bd82031
  329099: b7feba3
  329095: 4902986
  329087: 96830df
v: v3
  • Loading branch information
Mimi Zohar committed Sep 7, 2012
1 parent a6ef7ce commit 62012a6
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: 2ab51f3721f7abdf92d89cb79d3d6c0062ddc14b
refs/heads/master: 4199d35cbc90c15db447d115bd96ffa5f1d60d3a
2 changes: 1 addition & 1 deletion trunk/fs/file_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ static void __fput(struct file *file)
if (file->f_op && file->f_op->fasync)
file->f_op->fasync(-1, file, 0);
}
ima_file_free(file);
if (file->f_op && file->f_op->release)
file->f_op->release(inode, file);
security_file_free(file);
ima_file_free(file);
if (unlikely(S_ISCHR(inode->i_mode) && inode->i_cdev != NULL &&
!(file->f_mode & FMODE_PATH))) {
cdev_put(inode->i_cdev);
Expand Down

0 comments on commit 62012a6

Please sign in to comment.