]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] fuse: ensure FLUSH reaches userspace
authorMiklos Szeredi <miklos@szeredi.hu>
Sun, 25 Jun 2006 12:48:52 +0000 (05:48 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:19 +0000 (10:01 -0700)
commit33649c91a3df57c1090a657637d44b896de367e7
tree1ee4871a65f2b37a931c796463eb39737a32cbaa
parent7142125937e1482ad3ae4366594c6586153dfc86
[PATCH] fuse: ensure FLUSH reaches userspace

All POSIX locks owned by the current task are removed on close().  If the
FLUSH request resulting initiated by close() fails to reach userspace, there
might be locks remaining, which cannot be removed.

The only reason it could fail, is if allocating the request fails.  In this
case use the request reserved for RELEASE, or if that is currently used by
another FLUSH, wait for it to become available.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fuse/dev.c
fs/fuse/file.c
fs/fuse/fuse_i.h