commit | a3c74c52570c0c4ac90c9a0216de800c39089ba7 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Tue Sep 14 21:43:47 2010 +0900 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Sep 18 12:19:21 2010 +0200 |
tree | 4030b626478c5f51fef1ed4524424f6d83b9a128 | |
parent | 1dcc41bb037533839753df983d31778b30b67d93 [diff] |
futex: Mark restart_block.futex.uaddr[2] __user @uaddr and @uaddr2 fields in restart_block.futex are user pointers. Add __user and remove unnecessary casts. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Darren Hart <dvhltc@us.ibm.com> LKML-Reference: <1284468228-8723-2-git-send-email-namhyung@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>