• Dave Kleikamp's avatar
    JFS: [CHECKER] More robust error recovery in add_index · 5c83baf5
    Dave Kleikamp authored
    If an error is encountered in add_index, it now leaves the index table
    in a consistent state.  Since the return value is stored in the
    directory entry regardless of add_index's success, return zero
    instead of -EPERM (which made no sense).
    5c83baf5
jfs_dtree.c 104 KB