HomeFreeBSD

Do not flush NFS node from NFS VOP_SET_TEXT().

Description

Do not flush NFS node from NFS VOP_SET_TEXT().

The more appropriate place to do the flushing is VOP_OPEN(). This was
uncovered because VOP_SET_TEXT() is now called with the vnode'
vm_object rlocked, which is incompatible with the flush operations.

After the move, there is no need for NFS-specific VOP_SET_TEXT
overload.

Sponsored by: The FreeBSD Foundation
MFC after: 30 days

Details

Provenance
kibAuthored on
Parents
rS347180: Noted by: alc
Branches
Unknown
Tags
Unknown