.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "__NTFS_RL_MERGE" "" "06 October 2005" "" ""
.SH NAME
__ntfs_rl_merge \- merge two run lists without testing if they can be merged
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __ntfs_rl_merge (run_list_element * \fIdst\fB, run_list_element * \fIsrc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdst\fB\fR
original, destination run list
.TP
\fB\fIsrc\fB\fR
new run list to merge with \fIdst\fR
.SH "DESCRIPTION"
.PP
Merge the two run lists, writing into the destination run list \fIdst\fR\&. The
caller must make sure the run lists can be merged or this will corrupt the
destination run list.
.PP
It is up to the caller to serialize access to the run lists \fIdst\fR and \fIsrc\fR\&.