Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281454
b: refs/heads/master
c: a06d789
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara committed Jan 9, 2012
1 parent 6ecb6b5 commit b1906df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: fef2e9f3301934773e4f1b3cc5c7bffb119346b8
refs/heads/master: a06d789b424190e9f59da391681f908486db2554
3 changes: 2 additions & 1 deletion trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,8 @@ static void handle_quota_files(struct super_block *s, char **qf_names,
kfree(REISERFS_SB(s)->s_qf_names[i]);
REISERFS_SB(s)->s_qf_names[i] = qf_names[i];
}
REISERFS_SB(s)->s_jquota_fmt = *qfmt;
if (*qfmt)
REISERFS_SB(s)->s_jquota_fmt = *qfmt;
}
#endif

Expand Down

0 comments on commit b1906df

Please sign in to comment.