• Dave Kleikamp's avatar
    JFS: Fix accounting of active allocation groups · d20e9e42
    Dave Kleikamp authored
    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.)
    d20e9e42
super.c 13.2 KB