HomeFreeBSD

Update synchronous open zfs_close() comment

Description

Update synchronous open zfs_close() comment

The comment in zfs_close() pertaining to decrementing the synchronous
open count needs to be updated for Linux. The code was already
updated to be correct, but the comment was missed and is now misleading.
Under Linux the zfs_close() hook is only called once when the final
reference is dropped. This differs from Solaris where zfs_close()
is called for each close.

Closes #237

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on May 13 2011, 3:16 PM
Parents
rG6f582dc708e7: Remove root 'ls' after mount workaround
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGe814770f2ed1: Update synchronous open zfs_close() comment (authored by Brian Behlendorf <behlendorf1@llnl.gov>).May 13 2011, 3:20 PM