diff options
-rw-r--r-- | fs/xfs/xfs_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index 6e69e8a00671..dcf75a859087 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c | |||
@@ -1083,7 +1083,7 @@ xfs_log_sbcount(xfs_mount_t *mp) | |||
1083 | } | 1083 | } |
1084 | 1084 | ||
1085 | /* | 1085 | /* |
1086 | * xfs_mod_incore_sb_unlocked() is a utility routine common used to apply | 1086 | * xfs_mod_incore_sb_unlocked() is a utility routine commonly used to apply |
1087 | * a delta to a specified field in the in-core superblock. Simply | 1087 | * a delta to a specified field in the in-core superblock. Simply |
1088 | * switch on the field indicated and apply the delta to that field. | 1088 | * switch on the field indicated and apply the delta to that field. |
1089 | * Fields are not allowed to dip below zero, so if the delta would | 1089 | * Fields are not allowed to dip below zero, so if the delta would |