]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fuse: use a per-mount spinlock
authorMiklos Szeredi <miklos@szeredi.hu>
Tue, 11 Apr 2006 05:54:55 +0000 (22:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:18:48 +0000 (06:18 -0700)
commitac0e9b99a39f08cc1ddbfc6258cdc3a2abff64e6
treed049e9655bebed5212cd3534961d354e51c2769f
parentd1c551093898daa44b0180df27c95409ba3c7638
[PATCH] fuse: use a per-mount spinlock

Remove the global spinlock in favor of a per-mount one.

This patch is basically find & replace.  The difficult part has already been
done by the previous patch.

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/fuse_i.h
fs/fuse/inode.c