1
0
Fork 0
alistair23-linux/drivers/isdn/hysdn
Linus Torvalds a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement
This is the mindless scripted replacement of kernel use of POLL*
variables as described by Al, done by this script:

    for V in IN OUT PRI ERR RDNORM RDBAND WRNORM WRBAND HUP RDHUP NVAL MSG; do
        L=`git grep -l -w POLL$V | grep -v '^t' | grep -v /um/ | grep -v '^sa' | grep -v '/poll.h$'|grep -v '^D'`
        for f in $L; do sed -i "-es/^\([^\"]*\)\(\<POLL$V\>\)/\\1E\\2/" $f; done
    done

with de-mangling cleanups yet to come.

NOTE! On almost all architectures, the EPOLL* constants have the same
values as the POLL* constants do.  But they keyword here is "almost".
For various bad reasons they aren't the same, and epoll() doesn't
actually work quite correctly in some cases due to this on Sparc et al.

The next patch from Al will sort out the final differences, and we
should be all done.

Scripted-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-02-11 14:34:03 -08:00
..
Kconfig Kconfig: Remove useless and sometimes wrong comments 2009-11-09 09:40:56 +01:00
Makefile
boardergo.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
boardergo.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
hycapi.c net: manual clean code which call skb_put_[data:zero] 2017-06-20 13:30:15 -04:00
hysdn_boot.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
hysdn_defs.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
hysdn_init.c Drivers: isdn: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
hysdn_net.c networking: introduce and use skb_put_data() 2017-06-16 11:48:37 -04:00
hysdn_pof.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
hysdn_procconf.c procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
hysdn_proclog.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
hysdn_sched.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
ince1pc.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00