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-serv32239 Modified Files: jfs_dmap.c Log Message: Fix off-by-one error in dbNextAG In certain situations, dbNextAG set db_agpref to db_numag, with is one higher than the last valid value. This will eventually result in a trap.