Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188038
b: refs/heads/master
c: c91cea1
h: refs/heads/master
v: v3
  • Loading branch information
Ryusuke Konishi committed Mar 14, 2010
1 parent 8bf2a3e commit 33f8f08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55480a06e9ee8d05d0e580bf46611df489653c76
refs/heads/master: c91cea11dfec65968ff9d1b4239c1eab63bf72fd
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ static int nilfs_remount(struct super_block *sb, int *flags, char *data)
if ((*flags & MS_RDONLY) &&
sbi->s_snapshot_cno != old_opts.snapshot_cno) {
printk(KERN_WARNING "NILFS (device %s): couldn't "
"remount to a different snapshot. \n",
"remount to a different snapshot.\n",
sb->s_id);
err = -EINVAL;
goto restore_opts;
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/the_nilfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 33f8f08

Please sign in to comment.