]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - kernel/futex.c
futex: Cleanup stale fshared flag interfaces
authorThomas Gleixner <tglx@linutronix.de>
Wed, 10 Nov 2010 12:30:36 +0000 (13:30 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 10 Nov 2010 14:01:33 +0000 (15:01 +0100)
commitae791a2d2e382adc69990a144a7f1a6c4bc24f1e
tree8db47b69da6faca2d15eab0ee8931367e3093cd6
parent4c115e951d80aff126468adaec7a6c7854f61ab8
futex: Cleanup stale fshared flag interfaces

The fast GUP changes stopped using the fshared flag in
put_futex_keys(), but we kept the interface the same.

Cleanup all stale users.

This patch is split out from Darren Harts combo patch which also
combines various flags. This way the changes are clearly separated.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Darren Hart <dvhart@linux.intel.com>
LKML-Reference: <1289250609-16304-1-git-send-email-dvhart@linux.intel.com>
kernel/futex.c