linux24/fs/jfs
OSS-jfs_Admin <[email protected]>
| Newsgroups | gmane.comp.file-systems.jfs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv32287 Modified Files: jfs_dtree.c jfs_imap.c Log Message: Fix problems with NFS. Don't complain when read_inode is called with a deleted inode. This is normally done by revalidate. readdir: Don't hold metadata page while calling filldir(). NFS's filldir may call lookup() which could result in a hang.