CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/06/09 17:31:32
Modified files: sys/ufs/ffs : ffs_vnops.c Log message: In ffs_write, do not deref to get the p_ucred for VOP_FSYNC (aka ffs_fsync) when softdep runs out, since it does not use it. In the nfsiod case, that ucred is pointless, and ffs_fsync does not use it in any case. This does not conflict with thib's plans moving forward ok thib