Loading fs/proc/base.c +2 −2 Original line number Diff line number Diff line Loading @@ -822,7 +822,7 @@ 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; if (mm) mmput(mm); return 0; } Loading Loading
fs/proc/base.c +2 −2 Original line number Diff line number Diff line Loading @@ -822,7 +822,7 @@ 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; if (mm) mmput(mm); return 0; } Loading