> + if (res.write_res.committed != NFS_FILE_SYNC) { > + status = nfs42_proc_commit(dst, pos_dst, res.write_res.count); > + if (status) > + return status; > + } Do we really expect data to be stabe on disk after a copy_file_range? Seems like the page cache variant doesn't guarantee that, and it would also be different from all other I/O syscalls. Either way we will probably need to document the assumptions in the man page. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html