search for: md_setup_dr

Displaying 4 results from an estimated 4 matches for "md_setup_dr".

2007 Dec 11
0
[git patch] kinit fix, header install cleanup
...hich seems to be an heavy kinit user. -maks Signed-off-by: maximilian attems <max at stro.at> diff --git a/usr/kinit/do_mounts_md.c b/usr/kinit/do_mounts_md.c index e5bbe21..c1c8b01 100644 --- a/usr/kinit/do_mounts_md.c +++ b/usr/kinit/do_mounts_md.c @@ -227,6 +227,7 @@ static void md_setup_drive(void) char *devname; mdu_disk_info_t dinfo; char name[16]; + struct stat st_chk; dev_minor = md_setup_args[ent].minor; partitioned = md_setup_args[ent].partitioned; @@ -235,6 +236,9 @@ static void md_setup_drive(void) snprintf(name, sizeof name, "/dev/md%s%d",...
2008 Mar 25
2
bunch of small fixes
...hich seems to be an heavy kinit user. -maks Signed-off-by: maximilian attems <max at stro.at> diff --git a/usr/kinit/do_mounts_md.c b/usr/kinit/do_mounts_md.c index e5bbe21..c1c8b01 100644 --- a/usr/kinit/do_mounts_md.c +++ b/usr/kinit/do_mounts_md.c @@ -227,6 +227,7 @@ static void md_setup_drive(void) char *devname; mdu_disk_info_t dinfo; char name[16]; + struct stat st_chk; dev_minor = md_setup_args[ent].minor; partitioned = md_setup_args[ent].partitioned; @@ -235,6 +236,9 @@ static void md_setup_drive(void) snprintf(name, sizeof name, "/dev/md%s%d",...
2003 Nov 21
1
cpio archiving unpacking problem
Hello, There seems to be problem in the cpio unpack in the kernel in initramfs. I have an empty "/sys" directory in my cpio archive, but it never shows up in my extracted initramfs. I've confirmed that extracting the archive again with cpio results in a correct tree, but it doesn't appear on boot when extracted by the kernel. Any ideas? I poked a bit, but I haven't
2011 Jul 08
4
[PATCH 0/4] usr/kinit checkpatch
Various coding style fixes checkpatch warns about. The goal is not to be 100% checkpatch compliant, but to have more consistent coding style. As this is a trivial patch serie, will land in 24 hours in klibc git, unless of course ml review hits a bugger. Checked with size(3) that the generated kinit, fstype, ipconfig and nfsmount are the same. maximilian attems (4): [klibc] ipconfig: reduce