.\" 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" "9" "09 October 2005" "" ""
.SH NAME
__ntfs_rl_merge \- merge two runlists without testing if they can be merged
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __ntfs_rl_merge (runlist_element * \fIdst\fB, runlist_element * \fIsrc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdst\fB\fR
original, destination runlist
.TP
\fB\fIsrc\fB\fR
new runlist to merge with \fIdst\fR
.SH "DESCRIPTION"
.PP
Merge the two runlists, writing into the destination runlist \fIdst\fR\&. The
caller must make sure the runlists can be merged or this will corrupt the
destination runlist.
.PP
It is up to the caller to serialize access to the runlists \fIdst\fR and \fIsrc\fR\&.