commit | d713311464bcca73c990d1a1b5c9467eae87f5b4 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Mon Apr 10 22:54:55 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Apr 11 06:18:48 2006 -0700 |
tree | d049e9655bebed5212cd3534961d354e51c2769f | |
parent | 0720b315976447cba3f0c3e211223b8cb82b0f93 [diff] |
[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>