Re: [patch 2/2] grub-0.97: btrfs multidevice configuration support

2009-12-11 Thread Edward Shishkin
Johannes Hirte wrote: Am Dienstag 03 November 2009 01:59:39 schrieb Edward Shishkin: Johannes Hirte wrote: Why is the btrfs code dealing with network devices at all? Why not? :) I don't see the possiblity to get a btrfs filesystem this way. So as far as I understand

Re: [patch 2/2] grub-0.97: btrfs multidevice configuration support

2009-12-10 Thread Johannes Hirte
Am Dienstag 03 November 2009 01:59:39 schrieb Edward Shishkin: Johannes Hirte wrote: Why is the btrfs code dealing with network devices at all? Why not? :) I don't see the possiblity to get a btrfs filesystem this way. So as far as I understand this, it's complete useless. The CD

Re: [patch 2/2] grub-0.97: btrfs multidevice configuration support

2009-11-02 Thread Johannes Hirte
Am Freitag 25 September 2009 00:06:40 schrieb Edward Shishkin: Hi Edward, I was pointed to a problem with this patch. +static u64 scan_grub_devices(struct btrfs_device *dev, +int (*discerner)(struct btrfs_device **, int), +int lookup) +{

Re: [patch 2/2] grub-0.97: btrfs multidevice configuration support

2009-11-02 Thread Edward Shishkin
Johannes Hirte wrote: Am Freitag 25 September 2009 00:06:40 schrieb Edward Shishkin: Hi Edward, I was pointed to a problem with this patch. +static u64 scan_grub_devices(struct btrfs_device *dev, +int (*discerner)(struct btrfs_device **, int), +

[patch 2/2] grub-0.97: btrfs multidevice configuration support

2009-09-24 Thread Edward Shishkin
Signed-off-by: Edward Shishkin edw...@redhat.com --- grub/Makefile.am|2 stage2/btrfs.h | 55 ++-- stage2/builtins.c | 10 stage2/disk_io.c|2 stage2/filesys.h|4 stage2/fsys_btrfs.c | 693 +--- 6 files