Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105840
b: refs/heads/master
c: 99aeaf6
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Jul 25, 2008
1 parent 6f4f626 commit 92811e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 9cfe7b9010aa66da5f3b2bc33d9e30a4d53bd274
refs/heads/master: 99aeaf639f61ab6be1967e5f92e2e28dafad8383
14 changes: 7 additions & 7 deletions trunk/fs/ext3/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ static int parse_options (char *options, struct super_block *sb,
set_qf_name:
if (sb_any_quota_enabled(sb)) {
printk(KERN_ERR
"EXT3-fs: Cannot change journalled "
"EXT3-fs: Cannot change journaled "
"quota options when quota turned on.\n");
return 0;
}
Expand Down Expand Up @@ -1058,7 +1058,7 @@ static int parse_options (char *options, struct super_block *sb,
clear_qf_name:
if (sb_any_quota_enabled(sb)) {
printk(KERN_ERR "EXT3-fs: Cannot change "
"journalled quota options when "
"journaled quota options when "
"quota turned on.\n");
return 0;
}
Expand Down Expand Up @@ -1169,14 +1169,14 @@ static int parse_options (char *options, struct super_block *sb,
}

if (!sbi->s_jquota_fmt) {
printk(KERN_ERR "EXT3-fs: journalled quota format "
printk(KERN_ERR "EXT3-fs: journaled quota format "
"not specified.\n");
return 0;
}
} else {
if (sbi->s_jquota_fmt) {
printk(KERN_ERR "EXT3-fs: journalled quota format "
"specified with no journalling "
printk(KERN_ERR "EXT3-fs: journaled quota format "
"specified with no journaling "
"enabled.\n");
return 0;
}
Expand Down Expand Up @@ -1370,7 +1370,7 @@ static void ext3_orphan_cleanup (struct super_block * sb,
int ret = ext3_quota_on_mount(sb, i);
if (ret < 0)
printk(KERN_ERR
"EXT3-fs: Cannot turn on journalled "
"EXT3-fs: Cannot turn on journaled "
"quota: error %d\n", ret);
}
}
Expand Down Expand Up @@ -2712,7 +2712,7 @@ static int ext3_release_dquot(struct dquot *dquot)

static int ext3_mark_dquot_dirty(struct dquot *dquot)
{
/* Are we journalling quotas? */
/* Are we journaling quotas? */
if (EXT3_SB(dquot->dq_sb)->s_qf_names[USRQUOTA] ||
EXT3_SB(dquot->dq_sb)->s_qf_names[GRPQUOTA]) {
dquot_mark_dquot_dirty(dquot);
Expand Down

0 comments on commit 92811e9

Please sign in to comment.