Edit

IABSD.fr/src/sys/isofs

Branch :

  • Show log

    Commit

  • Author : semarie
    Date : 2024-05-13 11:17:40
    Hash : aa47c49a
    Message : vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep part while here, ensure all vop_remove field are set, and always call the function. the change is very conservative: it only adds vnode ref drop/unlock where it was absent because it should be unreachable (and if it wasn't, it should fix things). ok miod@