linux24/fs/jfs

OSS-jfs_User <[email protected]> Wed, 29 Oct 2003 17:08:00 -0500
Newsgroups gmane.comp.file-systems.jfs.cvs
Message-ID <[email protected]>
Update of /usr/cvs/jfs/linux24/fs/jfs
In directory swg3ws025:/tmp/cvs-serv32552

Modified Files:
	jfs_metapage.c 
Log Message:
remove racy, redundant call to block_flushpage

__invalidate_metapages references mp->page after after releasing the
meta_lock spinlock, without increasing the use count.  This is racy and
unnecessary since setting the META_discard flag is sufficient.
block_flushpage() will be called when the metapage is released.