summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-ioctl.c')
-rw-r--r--drivers/md/dm-ioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c
index e52676fa9832..3f6791afd3e4 100644
--- a/drivers/md/dm-ioctl.c
+++ b/drivers/md/dm-ioctl.c
@@ -1929,10 +1929,10 @@ static int dm_release(struct inode *inode, struct file *filp)
1929 return 0; 1929 return 0;
1930} 1930}
1931 1931
1932static unsigned dm_poll(struct file *filp, poll_table *wait) 1932static __poll_t dm_poll(struct file *filp, poll_table *wait)
1933{ 1933{
1934 struct dm_file *priv = filp->private_data; 1934 struct dm_file *priv = filp->private_data;
1935 unsigned mask = 0; 1935 __poll_t mask = 0;
1936 1936
1937 poll_wait(filp, &dm_global_eventq, wait); 1937 poll_wait(filp, &dm_global_eventq, wait);
1938 1938