On 07/01/2015 08:56 PM, Dan Mick wrote:
> What might I be doing wrong? Why won't this code succeed to write to
> the (otherwise empty) drive 1 from kernel setup's main?
Indeed it was something very dumb, as hpa was kind enough to point out:
grub2 with 'linux' neve
What might I be doing wrong? Why won't this code succeed to write to
the (otherwise empty) drive 1 from kernel setup's main? I'm 100%
certain this is the code I'm booting (with grub/bzImage); it's as though
the intcalls just never happen (or fail for some reason I can't get
telemetry on, which is
On 10/09/2014 02:16 PM, Fabian Frederick wrote:
> Fix some coccinelle warnings:
> fs/ceph/caps.c:2400:6-10: WARNING: Assignment of bool to 0/1
> - bool wake = 0;
> + bool wake = false;
FWIW, that message is backwards: it should say "WARNING: Assignment of
0/1 to bool" (I know, it's a c
3 matches
Mail list logo