]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] inotify speedup
authorJohn McCutchan <ttb@tentacle.dhs.org>
Tue, 6 Sep 2005 22:16:38 +0000 (15:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:19 +0000 (16:57 -0700)
commit820249bafe441dce5336ad544a5e709df42fceb5
tree01d296cba9583c05a88ea19e68f40f3817829a39
parent19306059cd7fedaf96b4b0260a9a8a45e513c857
[PATCH] inotify speedup

Bypass an inotify-related fastpath spinlock and several function calls on
systems which have no inotify watches registered.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/inotify.c