commit | 47c344d0bd290e04c57eefdb0a721726e53bb57e | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@canonical.com> | Wed Nov 10 01:33:12 2010 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Nov 11 10:51:35 2010 -0800 |
tree | 1eb43fe592f19b9269ae3cacbe28380b31b6d5da | |
parent | 37db8f91b7d9b064bc78acd1c615a410322e275d [diff] |
vcs: make proper usage of the poll flags Kay Sievers pointed out that usage of POLLIN is well defined by POSIX, and the current usage here doesn't follow that definition. So let's duplicate the same semantics as implemented by sysfs_poll() instead. Signed-off-by: Nicolas Pitre <nicolas.pitre@canonical.com> Acked-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>