mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
fs: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
9dd957485d
commit
076ccb76e1
24 changed files with 41 additions and 41 deletions
|
@ -38,11 +38,11 @@ static atomic_t ecryptfs_num_miscdev_opens;
|
|||
*
|
||||
* Returns the poll mask
|
||||
*/
|
||||
static unsigned int
|
||||
static __poll_t
|
||||
ecryptfs_miscdev_poll(struct file *file, poll_table *pt)
|
||||
{
|
||||
struct ecryptfs_daemon *daemon = file->private_data;
|
||||
unsigned int mask = 0;
|
||||
__poll_t mask = 0;
|
||||
|
||||
mutex_lock(&daemon->mux);
|
||||
if (daemon->flags & ECRYPTFS_DAEMON_ZOMBIE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue