aboutsummaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/file_table.c')
-rw-r--r--fs/file_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/file_table.c b/fs/file_table.c
index 718e8e5224f8..a374f5033e97 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -199,7 +199,7 @@ static void __fput(struct file *file)
199 * in the file cleanup chain. 199 * in the file cleanup chain.
200 */ 200 */
201 eventpoll_release(file); 201 eventpoll_release(file);
202 locks_remove_flock(file); 202 locks_remove_file(file);
203 203
204 if (unlikely(file->f_flags & FASYNC)) { 204 if (unlikely(file->f_flags & FASYNC)) {
205 if (file->f_op->fasync) 205 if (file->f_op->fasync)