]> Git Repo - linux.git/commit - mm/vmscan.c
mm: spinlock tree_lock
authorNick Piggin <[email protected]>
Sat, 26 Jul 2008 02:45:32 +0000 (19:45 -0700)
committerLinus Torvalds <[email protected]>
Sat, 26 Jul 2008 19:00:06 +0000 (12:00 -0700)
commit19fd6231279be3c3bdd02ed99f9b0eb195978064
treeee09121054262d73c551b57114acd855b82a7a82
parenta60637c85893e7191faaafa6a72e197c24386727
mm: spinlock tree_lock

mapping->tree_lock has no read lockers.  convert the lock from an rwlock
to a spinlock.

Signed-off-by: Nick Piggin <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: "Paul E. McKenney" <[email protected]>
Reviewed-by: Peter Zijlstra <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
12 files changed:
fs/buffer.c
fs/inode.c
include/asm-arm/cacheflush.h
include/asm-parisc/cacheflush.h
include/linux/fs.h
mm/filemap.c
mm/migrate.c
mm/page-writeback.c
mm/swap_state.c
mm/swapfile.c
mm/truncate.c
mm/vmscan.c
This page took 0.059632 seconds and 4 git commands to generate.