diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-07 06:11:02 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 15:59:31 -0400 |
commit | ac0e300fa5d36e4c35fdf417473a874b5b6551d0 (patch) | |
tree | 98be06669c044a2984a49de08500344a9ac263bb /fs/xfs | |
parent | 99e738b7833314d96ab6fd3a8d75da977674e07e (diff) |
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index b5703ccd533e..0b8f46d15412 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c | |||
@@ -2089,7 +2089,7 @@ xlog_write_setup_ophdr( | |||
2089 | * Set up the parameters of the region copy into the log. This has | 2089 | * Set up the parameters of the region copy into the log. This has |
2090 | * to handle region write split across multiple log buffers - this | 2090 | * to handle region write split across multiple log buffers - this |
2091 | * state is kept external to this function so that this code can | 2091 | * state is kept external to this function so that this code can |
2092 | * can be written in an obvious, self documenting manner. | 2092 | * be written in an obvious, self documenting manner. |
2093 | */ | 2093 | */ |
2094 | static int | 2094 | static int |
2095 | xlog_write_setup_copy( | 2095 | xlog_write_setup_copy( |