]> git.neil.brown.name Git - history.git/commit
[PATCH] remove lock_kernel() from file_ops.flush()
authorAndrew Morton <akpm@osdl.org>
Wed, 2 Jul 2003 15:48:26 +0000 (08:48 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 2 Jul 2003 15:48:26 +0000 (08:48 -0700)
commite90f7e031d2e727d9dc3a8282243496b3b389c53
treedc59223c4c95881b96649e4176677db4df0ed0a8
parent10be509c3c9ea14a7de80252ca1b8b1c43c821fb
[PATCH] remove lock_kernel() from file_ops.flush()

Rework the file_ops.flush() API sothat it is no longer called under
lock_kernel().  Push lock_kernel() down to all impementations except CIFS,
which doesn't want it.
Documentation/filesystems/Locking
fs/coda/file.c
fs/nfs/file.c
fs/open.c