Re: 2.2.18pre13: Small patches

2000-10-03 Thread Chip Salzenberg
According to Jeff Garzik: > The correct fix is a much larger patch which changes char2uni's > declaration to include const, and then all the changes that trickle down > from there. I didn't want to presume to change an API like that, even an internal one. But of course Alan can, and I'm quite gl

Re: 2.2.18pre13: Small patches

2000-10-03 Thread Jeff Garzik
On Mon, 2 Oct 2000, Chip Salzenberg wrote: > 3. Trivial patch to fs/vfat/namei.c to avoid a compile-time warning. > > Index: linux/fs/vfat/namei.c > --- linux/fs/vfat/namei.c:1.2 Fri Sep 1 19:03:16 2000 > +++ linux/fs/vfat/namei.c Thu Sep 28 00:53:55 2000 > @@ -676,7 +676,8 @@ >

Re: 2.2.18pre13: Small patches

2000-10-03 Thread Arjan van de Ven
In article <[EMAIL PROTECTED]> you wrote: > Here's a brace of small patches that ought to be OK for 2.2.18. > adTHANKSvance for consideration > 3. Trivial patch to fs/vfat/namei.c to avoid a compile-time warning. > Index: linux/fs/vfat/namei.c > --- linux/fs/vfat/namei.c:1.2 Fri Sep 1 19:03:16