diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-11 23:15:02 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 16:51:49 -0400 |
commit | 2533787a43b91ec362639ccc11151c8663f121a9 (patch) | |
tree | 98f05bf003cda7d6b2fbbad8e9358540f58b0119 /fs/xfs | |
parent | 8ba701ee9e837d92b5acf93e20b6e88590235f36 (diff) |
xfs: fix the comment of xfs_sb_quiet_read_verify()
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_sb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_sb.c b/fs/xfs/xfs_sb.c index 98d896f94280..a5b59d92eb70 100644 --- a/fs/xfs/xfs_sb.c +++ b/fs/xfs/xfs_sb.c | |||
@@ -633,7 +633,7 @@ out_error: | |||
633 | /* | 633 | /* |
634 | * We may be probed for a filesystem match, so we may not want to emit | 634 | * We may be probed for a filesystem match, so we may not want to emit |
635 | * messages when the superblock buffer is not actually an XFS superblock. | 635 | * messages when the superblock buffer is not actually an XFS superblock. |
636 | * If we find an XFS superblock, the run a normal, noisy mount because we are | 636 | * If we find an XFS superblock, then run a normal, noisy mount because we are |
637 | * really going to mount it and want to know about errors. | 637 | * really going to mount it and want to know about errors. |
638 | */ | 638 | */ |
639 | static void | 639 | static void |