aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/spufs.h
diff options
context:
space:
mode:
authorAl Viro <viro@ZenIV.linux.org.uk>2015-12-04 17:30:31 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2017-02-15 20:32:59 +1100
commit7d7be3aa08fa338e84eb235805ee18f2fab85a46 (patch)
tree667870f0c9590035e201dc98e942712f338c7db8 /arch/powerpc/platforms/cell/spufs/spufs.h
parentpowerpc/64e: Fix bogus usage of WARN_ONCE() (diff)
downloadlinux-dev-7d7be3aa08fa338e84eb235805ee18f2fab85a46.tar.xz
linux-dev-7d7be3aa08fa338e84eb235805ee18f2fab85a46.zip
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>
Diffstat (limited to 'arch/powerpc/platforms/cell/spufs/spufs.h')
-rw-r--r--arch/powerpc/platforms/cell/spufs/spufs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/spufs.h b/arch/powerpc/platforms/cell/spufs/spufs.h
index bcfd6f063efa..aac733966092 100644
--- a/arch/powerpc/platforms/cell/spufs/spufs.h
+++ b/arch/powerpc/platforms/cell/spufs/spufs.h
@@ -102,9 +102,6 @@ struct spu_context {
wait_queue_head_t stop_wq;
wait_queue_head_t mfc_wq;
wait_queue_head_t run_wq;
- struct fasync_struct *ibox_fasync;
- struct fasync_struct *wbox_fasync;
- struct fasync_struct *mfc_fasync;
u32 tagwait;
struct spu_context_ops *ops;
struct work_struct reap_work;