linux/drivers/input
Miklos Szeredi 75e1fcc0b1 [PATCH] vfs: add lock owner argument to flush operation
Pass the POSIX lock owner ID to the flush operation.

This is useful for filesystems which don't want to store any locking state
in inode->i_flock but want to handle locking/unlocking POSIX locks
internally.  FUSE is one such filesystem but I think it possible that some
network filesystems would need this also.

Also add a flag to indicate that a POSIX locking request was generated by
close(), so filesystems using the above feature won't send an extra locking
request in this case.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-23 07:43:02 -07:00
..
gameport Input: gameport - fix memory leak 2006-03-14 00:13:34 -05:00
joystick Input: sidewinder - fix memory leak 2006-05-29 23:28:05 -04:00
keyboard [PATCH] m68k: restore amikbd compatibility with 2.4 2006-06-23 07:43:01 -07:00
misc Input: wistron - add support for AOpen Barebook 1559as 2006-05-29 23:29:36 -04:00
mouse Input: psmouse - DMI updates for lifebook protocol 2006-05-29 23:31:12 -04:00
serio [PATCH] powerpc: Use check_legacy_ioport() on ppc32 too. 2006-04-28 21:04:55 +10:00
touchscreen [PATCH] ads7846 conversion accuracy 2006-05-26 11:55:46 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
evbug.c Input: use kzalloc() throughout the code 2006-03-14 00:09:16 -05:00
evdev.c [PATCH] vfs: add lock owner argument to flush operation 2006-06-23 07:43:02 -07:00
input.c Input: make EVIOCGSND return meaningful data 2006-04-29 01:13:48 -04:00
joydev.c Input: use kzalloc() throughout the code 2006-03-14 00:09:16 -05:00
mousedev.c Input: use kzalloc() throughout the code 2006-03-14 00:09:16 -05:00
power.c Input: use kzalloc() throughout the code 2006-03-14 00:09:16 -05:00
tsdev.c Input: use kzalloc() throughout the code 2006-03-14 00:09:16 -05:00