]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/spufs: Get rid of broken fasync stuff
authorAl Viro <viro@ZenIV.linux.org.uk>
Fri, 4 Dec 2015 17:30:31 +0000 (17:30 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 15 Feb 2017 09:32:59 +0000 (20:32 +1100)
commit7d7be3aa08fa338e84eb235805ee18f2fab85a46
tree667870f0c9590035e201dc98e942712f338c7db8
parent0d2b5cdc76ff7eef9d727c2e802213ec15d5e94f
powerpc/spufs: Get rid of broken fasync stuff

In all the years it's been in the tree it had never been used by
anything - it would instantly trigger BUG_ON() in fs/fcntl.c due to
bogus band argument (ie. POLLIN not POLL_IN) passed to kill_fasync().
Since nobody had ever used it in ten years, let's just rip it out and be
done with that.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/cell/spufs/file.c
arch/powerpc/platforms/cell/spufs/spufs.h