Re: [PATCH] FS: add_partition silently ignored errors

2007-11-06 Thread Linus Torvalds
On Tue, 6 Nov 2007, Dirk Hohndel wrote: > > (since there was no more discussion, here's the last version that includes > the requested change to not fail if the partition is larger than the disk) I'd suggest keeping it in -mm for a while. I worry about these kinds of "trivial" changes. Quite o

[PATCH] FS: add_partition silently ignored errors

2007-11-06 Thread Dirk Hohndel
(since there was no more discussion, here's the last version that includes the requested change to not fail if the partition is larger than the disk) add_partition silently ignored errors this patch passes meaningful errorcodes back and processes them in the calling functions Signed-off-by: Di