We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2737f commit a18e172Copy full SHA for a18e172
1 file changed
external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c
@@ -6400,7 +6400,7 @@ zfs_netbsd_print(void *v)
6400
}
6401
6402
const struct genfs_ops zfs_genfsops = {
6403
- .gop_write = zfs_putapage,
+ .gop_write = zfs_putapage,
6404
.gop_markupdate = zfs_netbsd_gop_markupdate,
6405
.gop_putrange = zfs_netbsd_gop_putrange,
6406
};
0 commit comments