Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96808
b: refs/heads/master
c: 2c8be6b
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Theodore Ts'o committed May 14, 2008
1 parent 19e68f2 commit 4213455
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: 0623543b3335c8e439cacf21af99bbf45da42c5a
refs/heads/master: 2c8be6b222f76c332d9faeb00c047996d340632c
14 changes: 7 additions & 7 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ static int parse_options (char *options, struct super_block *sb,
sb_any_quota_suspended(sb)) &&
!sbi->s_qf_names[qtype]) {
printk(KERN_ERR
"EXT4-fs: Cannot change journalled "
"EXT4-fs: Cannot change journaled "
"quota options when quota turned on.\n");
return 0;
}
Expand Down Expand Up @@ -1206,7 +1206,7 @@ static int parse_options (char *options, struct super_block *sb,
sb_any_quota_suspended(sb)) &&
sbi->s_qf_names[qtype]) {
printk(KERN_ERR "EXT4-fs: Cannot change "
"journalled quota options when "
"journaled quota options when "
"quota turned on.\n");
return 0;
}
Expand Down Expand Up @@ -1350,14 +1350,14 @@ static int parse_options (char *options, struct super_block *sb,
}

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

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

0 comments on commit 4213455

Please sign in to comment.