summaryrefslogtreecommitdiff
path: root/epoll2.h
blob: 1ecf5f0b83ad5806feb3a683eaf8612ff57881e2 (plain)
1
2
3
4
5
6
7
#ifndef __EPOLL_H
#define __EPOLL_H

extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events);
extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events);

#endif /* __EPOLL_H */
class='label'>context:space:mode:
authorAmir Goldstein <amir73il@gmail.com>2016-10-21 07:33:57 +0300
committerMike Marshall <hubcap@omnibond.com>2016-10-24 14:29:39 -0400
commitd62a9025aee446994a706c711e45c6a655d9d348 (patch)
treed2088769b7588959115d07fecae48bacfdf785d3 /Documentation/i2c/fault-codes
parent1001354ca34179f3db924eb66672442a173147dc (diff)
orangefs: user file_inode() where it is due
Replace wrong use of file->f_path.dentry->d_inode with file_inode(file). In case orangefs ever finds itself as an overelayfs layer, it would want to get its own inode and not overlayfs's inode. DISCLAIMER: I did not test this patch because I do not know how to setup an orangefs mount Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'Documentation/i2c/fault-codes')