]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - fs/debugfs/file.c
vfs: do bulk POLL* -> EPOLL* replacement
[zynq/linux.git] / fs / debugfs / file.c
index 20bb73a931dd2ec877da89751434ae30937b23f8..1f99678ff5d3ed67d52740c8e89ab95f8e87abab 100644 (file)
@@ -214,7 +214,7 @@ static __poll_t full_proxy_poll(struct file *filp,
        const struct file_operations *real_fops;
 
        if (debugfs_file_get(dentry))
-               return POLLHUP;
+               return EPOLLHUP;
 
        real_fops = debugfs_real_fops(filp);
        r = real_fops->poll(filp, wait);