Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105862
b: refs/heads/master
c: 4506567
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Jul 25, 2008
1 parent d13f091 commit 2a9acbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 5d4f7fddf8882b214e4aabb3bdb37f90a72b2537
refs/heads/master: 4506567b24d3ea707e46e8aad64caef539382f4b
10 changes: 5 additions & 5 deletions trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static int finish_unfinished(struct super_block *s)
int ret = reiserfs_quota_on_mount(s, i);
if (ret < 0)
reiserfs_warning(s,
"reiserfs: cannot turn on journalled quota: error %d",
"reiserfs: cannot turn on journaled quota: error %d",
ret);
}
}
Expand Down Expand Up @@ -994,7 +994,7 @@ static int reiserfs_parse_options(struct super_block *s, char *options, /* strin

if (sb_any_quota_enabled(s)) {
reiserfs_warning(s,
"reiserfs_parse_options: cannot change journalled quota options when quota turned on.");
"reiserfs_parse_options: cannot change journaled quota options when quota turned on.");
return 0;
}
if (*arg) { /* Some filename specified? */
Expand Down Expand Up @@ -1039,7 +1039,7 @@ static int reiserfs_parse_options(struct super_block *s, char *options, /* strin
#else
if (c == 'u' || c == 'g' || c == 'f') {
reiserfs_warning(s,
"reiserfs_parse_options: journalled quota options not supported.");
"reiserfs_parse_options: journaled quota options not supported.");
return 0;
}
#endif
Expand All @@ -1050,7 +1050,7 @@ static int reiserfs_parse_options(struct super_block *s, char *options, /* strin
&& (REISERFS_SB(s)->s_qf_names[USRQUOTA]
|| REISERFS_SB(s)->s_qf_names[GRPQUOTA])) {
reiserfs_warning(s,
"reiserfs_parse_options: journalled quota format not specified.");
"reiserfs_parse_options: journaled quota format not specified.");
return 0;
}
/* This checking is not precise wrt the quota type but for our purposes it is sufficient */
Expand Down Expand Up @@ -1980,7 +1980,7 @@ static int reiserfs_release_dquot(struct dquot *dquot)

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

0 comments on commit 2a9acbf

Please sign in to comment.