summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-27 21:42:20 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-27 21:42:20 -0700
commit53971a86d2db89f32859dc26bd6594b5bc665d5b (patch)
tree350ee9f3d53494036308cd123054dac3ba86ff91 /security/selinux/hooks.c
parentd5dbd3f7d82223b59dc2200c0e9f4f95665a21a4 (diff)
parentd1db0eea852497762cab43b905b879dfcd3b8987 (diff)
downloadtalos-op-linux-53971a86d2db89f32859dc26bd6594b5bc665d5b.tar.gz
talos-op-linux-53971a86d2db89f32859dc26bd6594b5bc665d5b.zip
Merge 3.15-rc3 into usb-next
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r--security/selinux/hooks.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index b4beb77967b1..2c7341dbc5d6 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -3317,9 +3317,9 @@ static int selinux_file_fcntl(struct file *file, unsigned int cmd,
case F_GETLK:
case F_SETLK:
case F_SETLKW:
- case F_GETLKP:
- case F_SETLKP:
- case F_SETLKPW:
+ case F_OFD_GETLK:
+ case F_OFD_SETLK:
+ case F_OFD_SETLKW:
#if BITS_PER_LONG == 32
case F_GETLK64:
case F_SETLK64:
OpenPOWER on IntegriCloud