Displaying 4 results from an estimated 4 matches for "wholedisk".
Did you mean:
whole_disk
2013 Sep 04
0
[PATCH] Btrfs-progs: fix compile warning in is_ssd()
mkfs.c: In function ‘is_ssd’:
mkfs.c:1168:26: warning: ignoring return value of ‘blkid_devno_to_wholedisk’,
declared with attribute warn_unused_result [-Wunused-result]
blkid_devno_to_wholedisk(devno, wholedisk, sizeof(wholedisk), NULL);
Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com>
---
mkfs.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/mkfs.c b/mkfs....
2013 Apr 11
2
[PATCH 1/2] btrfs-progs: replace blkid_probe_get_wholedisk_devno
blkid_probe_get_wholedisk_devno() isn''t available in some older
versions of libblkid. It was used to work around an old
bug in blkid_devno_to_wholedisk(), but that has been fixed since
5cd0823 libblkid: fix blkid_devno_to_wholedisk(), present in
util-linux 2.17 and beyond.
If we happen to be missing that fix, the...
2007 Feb 27
1
Xen Enterprise and templates
...name ''Debian Sarge Guest Template'')
(rootfs-type ''ext3'')
(description ''Debian for XenEnterprise'')
(distrib debian)
(root-vbd sda1)
(boot_params "quiet")
(filesystem
(uri root.tar.bz2)
(function root)
(type tar-wholedisk)
(vbd sda)
(total_size 5368709120)
(used_size 455628081)
)
(filesystem
(uri ''swap.img'')
(function swap)
(type img)
(vbd sdb)
(total_size 536870912)
(used_size 536870912)
)
)
I have tried to put a root.tar.bz2 with debian etch contents a...
2013 Sep 05
12
[PATCH 0/5] Memory leaks amended
Memory leaks found by the tool--valgrind along with static reviewing.
Based on Daivd''s branch ''integration-20130903''.
Gui Hecheng (5):
btrfs-progs:free local variable buf upon unsuccessful returns
btrfs-progs:local variable memory freed
btrfs-progs: missing tree-freeing statements added
btrfs-progs:free the local list pending_list in btrfs_scan_one_dir