mirror of https://gitee.com/openkylin/linux.git
xfs: fix the comment of xlog_write_setup_copy()
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
This commit is contained in:
parent
99e738b783
commit
ac0e300fa5
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue