Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310980
b: refs/heads/master
c: a8c4a33
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason committed Jun 16, 2012
1 parent bb4a0e0 commit 026c5dd
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: 4325edd0786fdd3909f9550e52a963b2fe54f78b
refs/heads/master: a8c4a33b98b097e69cd1a10672c43d17ad0ffb25
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,8 @@ static noinline int btrfs_ioctl_resize(struct btrfs_root *root,
}
if (device->fs_devices && device->fs_devices->seeding) {
printk(KERN_INFO "btrfs: resizer unable to apply on "
"seeding device %llu\n", devid);
"seeding device %llu\n",
(unsigned long long)devid);
ret = -EINVAL;
goto out_free;
}
Expand Down

0 comments on commit 026c5dd

Please sign in to comment.