summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/file.c')
-rw-r--r--fs/fuse/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/file.c b/fs/fuse/file.c
index e85e974dd211..a201fb0ac64f 100644
--- a/fs/fuse/file.c
+++ b/fs/fuse/file.c
@@ -2791,7 +2791,7 @@ __poll_t fuse_file_poll(struct file *file, poll_table *wait)
2791 fc->no_poll = 1; 2791 fc->no_poll = 1;
2792 return DEFAULT_POLLMASK; 2792 return DEFAULT_POLLMASK;
2793 } 2793 }
2794 return POLLERR; 2794 return EPOLLERR;
2795} 2795}
2796EXPORT_SYMBOL_GPL(fuse_file_poll); 2796EXPORT_SYMBOL_GPL(fuse_file_poll);
2797 2797