diff options
-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( |