Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux
[linux-2.6-block.git] / security / selinux / hooks.c
index 869c2f1e0da187f9f406798f3afba3df90cd98ad..b4beb77967b17949daf46623a822cb7e960e8829 100644 (file)
@@ -3317,6 +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:
 #if BITS_PER_LONG == 32
        case F_GETLK64:
        case F_SETLK64: