Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18516
b: refs/heads/master
c: 3135806
h: refs/heads/master
v: v3
  • Loading branch information
Valdis.Kletnieks@vt.edu authored and Linus Torvalds committed Jan 15, 2006
1 parent 3e4a73f commit 5637921
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: d9975d6ba0668aa21d9f0c565d7df56c805c8d5c
refs/heads/master: 3135806358e8d3d8ac61a13f58f148d0a98a7b9b
3 changes: 2 additions & 1 deletion trunk/fs/quota_v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ static int v2_check_quota_file(struct super_block *sb, int type)

size = sb->s_op->quota_read(sb, type, (char *)&dqhead, sizeof(struct v2_disk_dqheader), 0);
if (size != sizeof(struct v2_disk_dqheader)) {
printk("failed read\n");
printk("quota_v2: failed read expected=%d got=%d\n",
sizeof(struct v2_disk_dqheader), size);
return 0;
}
if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] ||
Expand Down

0 comments on commit 5637921

Please sign in to comment.