ceph: fix cap removal races
[linux-2.6-block.git] / fs / nilfs2 / the_nilfs.c
index 92733d5651d24ed68c8c5081346155554d62c520..33871f7e4f013b2113547a4de2639685be007aae 100644 (file)
@@ -386,7 +386,7 @@ static int nilfs_store_disk_layout(struct the_nilfs *nilfs,
 
        nilfs->ns_blocks_per_segment = le32_to_cpu(sbp->s_blocks_per_segment);
        if (nilfs->ns_blocks_per_segment < NILFS_SEG_MIN_BLOCKS) {
-               printk(KERN_ERR "NILFS: too short segment. \n");
+               printk(KERN_ERR "NILFS: too short segment.\n");
                return -EINVAL;
        }