aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-commit-metadata.m4
Commit message (Collapse)AuthorAgeFilesLines
* Implement .commit_metadata hook for NFS exportCyril Plisko2012-10-031-0/+23
In order to implement synchronous NFS metadata semantics ZFS needs to provide the .commit_metadata hook. All it takes there is to make sure changes are committed to ZIL. Fortunately zfs_fsync() does just that, so simply calling it from zpl_commit_metadata() does the trick. Signed-off-by: Brian Behlendorf <[email protected]> Closes #969