linux24/fs/jfs

OSS-jfs_Admin <[email protected]> Tue, 10 Dec 2002 17:28:09 -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-serv5223

Modified Files:
	inode.c 
Log Message:
jfs_clear_inode was assuming that active_ag should never be set coming into
this routine.  Since it's possible for file to be extended after the file
descriptor has been closed, we need to allow the possibility.  (Dirty pages
of memory mapped files can be written after the file has been closed.)