file: Rename fcheck lookup_fd_rcu
[sfrench/cifs-2.6.git] / fs / notify / dnotify / dnotify.c
index 5dcda8f20c04f9eaa5d917c9324f2ef8e43fa4dc..5486aaca60b08ad2e0b12cb8df8599ca2f52b32d 100644 (file)
@@ -327,7 +327,7 @@ int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg)
        }
 
        rcu_read_lock();
-       f = fcheck(fd);
+       f = lookup_fd_rcu(fd);
        rcu_read_unlock();
 
        /* if (f != filp) means that we lost a race and another task/thread