linux25/fs/jfs
OSS-jfs_Admin <[email protected]>
| Newsgroups | gmane.comp.file-systems.jfs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv11594 Modified Files: jfs_imap.c jfs_metapage.c jfs_metapage.h namei.c Log Message: JFS: rework extent invalidation All callers of invalidate_metapages() actually have a dxd_t or pxd_t to invalidate, so add invalidate_pxd_metapages() and invalidate_dxd_metapages() routines with a common __invalidate_metapages() backend instead. Start to invalidate the EA/ACL extents, we'll need that soon. Submitted by Christoph Hellwig