Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19633
b: refs/heads/master
c: 8c17e1e
h: refs/heads/master
i:
  19631: eb19ce3
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 3, 2006
1 parent 1dd16c8 commit 3e14799
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f4f64e9ded28bcdb2cb57438bd1721579f8b28c0
refs/heads/master: 8c17e1eb05977283bc7ad94d16ace3a0d586921a
2 changes: 1 addition & 1 deletion trunk/fs/quota_v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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("quota_v2: failed read expected=%d got=%d\n",
printk("quota_v2: failed read expected=%zd got=%zd\n",
sizeof(struct v2_disk_dqheader), size);
return 0;
}
Expand Down

0 comments on commit 3e14799

Please sign in to comment.