]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[JFFS2] Prevent ino cache removal for inodes in use
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 27 Feb 2005 23:01:36 +0000 (23:01 +0000)
committerThomas Gleixner <tglx@mtd.linutronix.de>
Mon, 23 May 2005 10:46:14 +0000 (12:46 +0200)
commit67e345d17ff8c2085a54c293001ae548f7be7b21
tree07f2829e98c22c5d1edd8832a06a11cbdde85f24
parent002fa30170f9500ac31fa22931c689029af7f27b
[JFFS2] Prevent ino cache removal for inodes in use

Don't remove inocache for inodes which are in read_inode() or
clear_inode() until they're done.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
fs/jffs2/erase.c
fs/jffs2/nodelist.c
fs/jffs2/nodelist.h
fs/jffs2/nodemgmt.c
fs/jffs2/readinode.c