Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287092
b: refs/heads/master
c: 71879d3
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Feb 1, 2012
1 parent a51fdbe commit 287184d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 879a5a001b62a020e074d460b3a7c0fd993f9832
refs/heads/master: 71879d3cb3dd8f2dfdefb252775c1b3ea04a3dd4
4 changes: 2 additions & 2 deletions trunk/fs/proc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,8 @@ loff_t mem_lseek(struct file *file, loff_t offset, int orig)
static int mem_release(struct inode *inode, struct file *file)
{
struct mm_struct *mm = file->private_data;

mmput(mm);
if (mm)
mmput(mm);
return 0;
}

Expand Down

0 comments on commit 287184d

Please sign in to comment.