JFS: Fix accounting of active allocation groups
jfs_destroy_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.)
Showing
Please register or sign in to comment