diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-11 23:15:00 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 16:47:18 -0400 |
commit | 8e159e72e283baaccc5a884001cd32cacba70282 (patch) | |
tree | b75a9d156c4405a376cac10bdad0b84509262a95 /fs/xfs/xfs_log.c | |
parent | 0b8182dba6741a009d4c2ed6f67b30f333ffba7b (diff) |
xfs: fix the comment of xfs_log_unmount_write()
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/xfs_log.c')
-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 0b8f46d15412..5372d58ef93a 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c | |||
@@ -765,7 +765,7 @@ xfs_log_mount_finish(xfs_mount_t *mp) | |||
765 | * Unmount record used to have a string "Unmount filesystem--" in the | 765 | * Unmount record used to have a string "Unmount filesystem--" in the |
766 | * data section where the "Un" was really a magic number (XLOG_UNMOUNT_TYPE). | 766 | * data section where the "Un" was really a magic number (XLOG_UNMOUNT_TYPE). |
767 | * We just write the magic number now since that particular field isn't | 767 | * We just write the magic number now since that particular field isn't |
768 | * currently architecture converted and "nUmount" is a bit foo. | 768 | * currently architecture converted and "Unmount" is a bit foo. |
769 | * As far as I know, there weren't any dependencies on the old behaviour. | 769 | * As far as I know, there weren't any dependencies on the old behaviour. |
770 | */ | 770 | */ |
771 | 771 | ||