diff options
Diffstat (limited to 'fs/proc/inode.c')
-rw-r--r-- | fs/proc/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/inode.c b/fs/proc/inode.c index 907265009b03..f623a3ca2746 100644 --- a/fs/proc/inode.c +++ b/fs/proc/inode.c | |||
@@ -147,7 +147,7 @@ static void close_pdeo(struct proc_dir_entry *pde, struct pde_opener *pdeo) | |||
147 | spin_lock(&pde->pde_unload_lock); | 147 | spin_lock(&pde->pde_unload_lock); |
148 | } else { | 148 | } else { |
149 | struct file *file; | 149 | struct file *file; |
150 | pdeo->closing = 1; | 150 | pdeo->closing = true; |
151 | spin_unlock(&pde->pde_unload_lock); | 151 | spin_unlock(&pde->pde_unload_lock); |
152 | file = pdeo->file; | 152 | file = pdeo->file; |
153 | pde->proc_fops->release(file_inode(file), file); | 153 | pde->proc_fops->release(file_inode(file), file); |