diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2010-08-08 19:49:58 -0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-08-08 20:14:15 -0400 |
commit | d9a145fb6e5f37b9903dea8371ab5c3e34e8e2d1 (patch) | |
tree | e2b4bb46fa00f0ad20447e40dba6fb21a4ae0815 /fs/compat_ioctl.c | |
parent | c9243f5bdd6637b2bb7dc254b54d9edf957ef17e (diff) | |
parent | 45d7f32c7a43cbb9592886d38190e379e2eb2226 (diff) |
Merge commit 'linus/master' into bkl/core
Merge reason: The staging tree has introduced the easycap
driver lately. We need the latest updates to pushdown the
bkl in its ioctl helper.
Diffstat (limited to 'fs/compat_ioctl.c')
-rw-r--r-- | fs/compat_ioctl.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 618f38136304..5d9b936c458b 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Copyright (C) 1997-2000 Jakub Jelinek (jakub@redhat.com) | 4 | * Copyright (C) 1997-2000 Jakub Jelinek (jakub@redhat.com) |
5 | * Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be) | 5 | * Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be) |
6 | * Copyright (C) 2001,2002 Andi Kleen, SuSE Labs | 6 | * Copyright (C) 2001,2002 Andi Kleen, SuSE Labs |
7 | * Copyright (C) 2003 Pavel Machek (pavel@suse.cz) | 7 | * Copyright (C) 2003 Pavel Machek (pavel@ucw.cz) |
8 | * | 8 | * |
9 | * These routines maintain argument size conversion between 32bit and 64bit | 9 | * These routines maintain argument size conversion between 32bit and 64bit |
10 | * ioctls. | 10 | * ioctls. |
@@ -578,8 +578,11 @@ static int do_smb_getmountuid(unsigned int fd, unsigned int cmd, | |||
578 | } | 578 | } |
579 | 579 | ||
580 | /* Bluetooth ioctls */ | 580 | /* Bluetooth ioctls */ |
581 | #define HCIUARTSETPROTO _IOW('U', 200, int) | 581 | #define HCIUARTSETPROTO _IOW('U', 200, int) |
582 | #define HCIUARTGETPROTO _IOR('U', 201, int) | 582 | #define HCIUARTGETPROTO _IOR('U', 201, int) |
583 | #define HCIUARTGETDEVICE _IOR('U', 202, int) | ||
584 | #define HCIUARTSETFLAGS _IOW('U', 203, int) | ||
585 | #define HCIUARTGETFLAGS _IOR('U', 204, int) | ||
583 | 586 | ||
584 | #define BNEPCONNADD _IOW('B', 200, int) | 587 | #define BNEPCONNADD _IOW('B', 200, int) |
585 | #define BNEPCONNDEL _IOW('B', 201, int) | 588 | #define BNEPCONNDEL _IOW('B', 201, int) |
@@ -1298,6 +1301,8 @@ COMPATIBLE_IOCTL(HCISETLINKPOL) | |||
1298 | COMPATIBLE_IOCTL(HCISETLINKMODE) | 1301 | COMPATIBLE_IOCTL(HCISETLINKMODE) |
1299 | COMPATIBLE_IOCTL(HCISETACLMTU) | 1302 | COMPATIBLE_IOCTL(HCISETACLMTU) |
1300 | COMPATIBLE_IOCTL(HCISETSCOMTU) | 1303 | COMPATIBLE_IOCTL(HCISETSCOMTU) |
1304 | COMPATIBLE_IOCTL(HCIBLOCKADDR) | ||
1305 | COMPATIBLE_IOCTL(HCIUNBLOCKADDR) | ||
1301 | COMPATIBLE_IOCTL(HCIINQUIRY) | 1306 | COMPATIBLE_IOCTL(HCIINQUIRY) |
1302 | COMPATIBLE_IOCTL(HCIUARTSETPROTO) | 1307 | COMPATIBLE_IOCTL(HCIUARTSETPROTO) |
1303 | COMPATIBLE_IOCTL(HCIUARTGETPROTO) | 1308 | COMPATIBLE_IOCTL(HCIUARTGETPROTO) |