]> git.baikalelectronics.ru Git - kernel.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)
commite1bde4066d4073af99f39d802a07fea11de9e547
tree667870f0c9590035e201dc98e942712f338c7db8
parent957c167b78aaf3e05428eb4ccf34022411b1bf6c
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