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 5b24008ea4f6..01071c4d752e 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -235,7 +235,7 @@ static void __fput(struct file *file)
235 * in the file cleanup chain. 235 * in the file cleanup chain.
236 */ 236 */
237 eventpoll_release(file); 237 eventpoll_release(file);
238 locks_remove_flock(file); 238 locks_remove_file(file);
239 239
240 if (unlikely(file->f_flags & FASYNC)) { 240 if (unlikely(file->f_flags & FASYNC)) {
241 if (file->f_op->fasync) 241 if (file->f_op->fasync)