On Tue, 23 August 2005 01:07:58 +0200, Adrian Bunk wrote:
> On Mon, Aug 22, 2005 at 12:45:59PM +0200, Jörn Engel wrote:
> > On Sun, 21 August 2005 00:28:08 +0200, Jesper Juhl wrote:
> > >
> > > gcc kindly pointed me at jffs_create() with this warning :
> > >
> > > fs/jffs/inode-v23.c:1279: warni
On Mon, Aug 22, 2005 at 12:45:59PM +0200, Jörn Engel wrote:
> On Sun, 21 August 2005 00:28:08 +0200, Jesper Juhl wrote:
> >
> > gcc kindly pointed me at jffs_create() with this warning :
> >
> > fs/jffs/inode-v23.c:1279: warning: `inode' might be used uninitialized
> > in this function
>
> Real
Le Sunday 21 August 2005 a 13:08, Jesper Juhl ecrivait:
> On 8/21/05, Alexey Dobriyan <[EMAIL PROTECTED]> wrote:
> > On Sun, Aug 21, 2005 at 12:28:08AM +0200, Jesper Juhl wrote:
> > > gcc kindly pointed me at jffs_create() with this warning :
> > >
> > > fs/jffs/inode-v23.c:1279: warning: `inode'
On Sun, 21 August 2005 00:28:08 +0200, Jesper Juhl wrote:
>
> gcc kindly pointed me at jffs_create() with this warning :
>
> fs/jffs/inode-v23.c:1279: warning: `inode' might be used uninitialized
> in this function
Real fix would be to finally remove that code. Except for the usual
"change thi
On 8/21/05, Alexey Dobriyan <[EMAIL PROTECTED]> wrote:
> On Sun, Aug 21, 2005 at 12:28:08AM +0200, Jesper Juhl wrote:
> > gcc kindly pointed me at jffs_create() with this warning :
> >
> > fs/jffs/inode-v23.c:1279: warning: `inode' might be used uninitialized
> > in this function
>
> I don't see a
On Sun, Aug 21, 2005 at 12:28:08AM +0200, Jesper Juhl wrote:
> gcc kindly pointed me at jffs_create() with this warning :
>
> fs/jffs/inode-v23.c:1279: warning: `inode' might be used uninitialized
> in this function
I don't see a warning with latest gcc-4.1 snapshot.
> And looking at the functi
gcc kindly pointed me at jffs_create() with this warning :
fs/jffs/inode-v23.c:1279: warning: `inode' might be used uninitialized
in this function
And looking at the function :
static int
jffs_create(struct inode *dir, struct dentry *dentry, int mode,
struct nameidata *nd)
{
7 matches
Mail list logo