X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fmd%2Fdm-ioctl.c;h=a89fd8f44453e7ce3a0a658c31ecc0b3fd8e3f76;hb=8dd601fa8317243be887458c49f6c29c2f3d719f;hp=3f6791afd3e4501148057aea0c333aae2f7c0969;hpb=537433b6241e067de2d9da3bed5f4fed9c9eac58;p=linux-2.6-microblaze.git diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c index 3f6791afd3e4..a89fd8f44453 100644 --- a/drivers/md/dm-ioctl.c +++ b/drivers/md/dm-ioctl.c @@ -1937,7 +1937,7 @@ static __poll_t dm_poll(struct file *filp, poll_table *wait) poll_wait(filp, &dm_global_eventq, wait); if ((int)(atomic_read(&dm_global_event_nr) - priv->global_event_nr) > 0) - mask |= POLLIN; + mask |= EPOLLIN; return mask; }