* [PATCH] fix typo in arch/parisc/hpux/fs.c
@ 2008-09-01 17:43 Stephen Rothwell
2008-09-01 20:28 ` Helge Deller
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2008-09-01 17:43 UTC (permalink / raw)
To: Al Viro, Linus, Andrew Morton; +Cc: LKML, Kyle McMartin, linux-parisc
A parisc allmodconfig build produces this:
arch/parisc/hpux/fs.c:107: error: 'buffer' undeclared (first use in this function)
Introduced by commit da574983de9f9283ba35662c8723627096e160de ("[PATCH]
fix hpux_getdents()").
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
diff --git a/arch/parisc/hpux/fs.c b/arch/parisc/hpux/fs.c
index 69ff671..12c04c5 100644
--- a/arch/parisc/hpux/fs.c
+++ b/arch/parisc/hpux/fs.c
@@ -104,7 +104,7 @@ static int filldir(void * __buf, const char * name, int namlen, loff_t offset,
buf->count -= reclen;
return 0;
Efault:
- buffer->error = -EFAULT;
+ buf->error = -EFAULT;
return -EFAULT;
}
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fix typo in arch/parisc/hpux/fs.c
2008-09-01 17:43 [PATCH] fix typo in arch/parisc/hpux/fs.c Stephen Rothwell
@ 2008-09-01 20:28 ` Helge Deller
0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2008-09-01 20:28 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Al Viro, Linus, Andrew Morton, LKML, Kyle McMartin, linux-parisc
Stephen Rothwell wrote:
> A parisc allmodconfig build produces this:
>
> arch/parisc/hpux/fs.c:107: error: 'buffer' undeclared (first use in this function)
>
> Introduced by commit da574983de9f9283ba35662c8723627096e160de ("[PATCH]
> fix hpux_getdents()").
>
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Thanks Stephen.
The same bug/patch is already tracked in bugzilla 11461:
Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of recent regressions.
>
> The following bug entry is on the current list of known regressions
> from 2.6.26. Please verify if it still should be listed and let me know
> (either way).
>
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11461
> Subject : build breakage
> Submitter : Helge Deller <deller@gmx.de>
> Date : 2008-08-30 10:34 (1 days old)
> References : http://marc.info/?l=linux-kernel&m=122009254918593&w=4
> Handled-By : Helge Deller <deller@gmx.de>
> Patch : http://marc.info/?l=linux-kernel&m=122009254918593&w=4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-01 20:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-01 17:43 [PATCH] fix typo in arch/parisc/hpux/fs.c Stephen Rothwell
2008-09-01 20:28 ` Helge Deller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).