2000-12-30 04:39:59

by Adam J. Richter

[permalink] [raw]
Subject: PATCH: test13-pre5/drivers/sound/via82cxxx_audio.c did not compile

linux-2.4.0-test13-pre5 eliminated vm_operations_struct->swapout,
but this change was not reflected in drivers/sound/via82cxxx_audio.c,
causing that file to fail to compile. I have attached what I believe
is the correct fix below.

via82cxxx_audio.c has Jeff Garzik's name on it, but I understand
that he is taking a break for a few weeks to recover from typing strain.
(Hope you recover soon, Jeff.) Consequently, I am not sure whom I should
ask to "bless" this change. So, I'll just send this to linux-kernel
and Linus and will leave it to linux-kernel readers to sound the alarm
if I botched the patch.

--
Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
[email protected] \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."


Attachments:
(No filename) (901.00 B)
sound.diffs (450.00 B)
Download all attachments

2000-12-30 04:57:27

by Linus Torvalds

[permalink] [raw]
Subject: Re: PATCH: test13-pre5/drivers/sound/via82cxxx_audio.c did not compile



On Fri, 29 Dec 2000, Adam J. Richter wrote:
>
> linux-2.4.0-test13-pre5 eliminated vm_operations_struct->swapout,
> but this change was not reflected in drivers/sound/via82cxxx_audio.c,
> causing that file to fail to compile. I have attached what I believe
> is the correct fix below.

Actually, the right fix is to change all VM_RESERVE to VM_RESERVED (ie add
a "D" at the end), at which point it should compile and work fine..

Linus