Commit ac0e300f authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Ben Myers

xfs: fix the comment of xlog_write_setup_copy()

Signed-off-by: default avatarZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: default avatarMark Tinguely <tinguely@sgi.com>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent 99e738b7
...@@ -2089,7 +2089,7 @@ xlog_write_setup_ophdr( ...@@ -2089,7 +2089,7 @@ xlog_write_setup_ophdr(
* Set up the parameters of the region copy into the log. This has * Set up the parameters of the region copy into the log. This has
* to handle region write split across multiple log buffers - this * to handle region write split across multiple log buffers - this
* state is kept external to this function so that this code can * state is kept external to this function so that this code can
* can be written in an obvious, self documenting manner. * be written in an obvious, self documenting manner.
*/ */
static int static int
xlog_write_setup_copy( xlog_write_setup_copy(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment