fs/ncpfs/dir.c: fix indenting in ncp_lookup()
[cascardo/linux.git] / fs / file_table.c
index 5b24008..01071c4 100644 (file)
@@ -235,7 +235,7 @@ static void __fput(struct file *file)
         * in the file cleanup chain.
         */
        eventpoll_release(file);
-       locks_remove_flock(file);
+       locks_remove_file(file);
 
        if (unlikely(file->f_flags & FASYNC)) {
                if (file->f_op->fasync)