2002-06-18 04:58:09

by Frank Davis

[permalink] [raw]
Subject: 2.5.22 : fs/intermezzo/presto.c compile error

Hello all,
While 'make bzImage', I received the following error

presto.c: In function `presto_get_permit':
presto.c:625: structure has no member named `p_pptr'
presto.c: In function `presto_put_permit':
presto.c:682: structure has no member named `p_pptr'
presto.c: In function `presto_is_read_only':
presto.c:1136: structure has no member named `p_pptr'
presto.c:1139: structure has no member named `p_pptr'
presto.c:1132: warning: `mask' might be used uninitialized in this function
make[2]: *** [presto.o] Error 1
make[2]: Leaving directory `/usr/src/linux/fs/intermezzo'
make[1]: *** [intermezzo] Error 2
make[1]: Leaving directory `/usr/src/linux/fs'
make: *** [fs] Error 2

I think that presto_c2m(presto_cache *cache) (looked at dir.c) needs to be
used, but I attempted that, and it didn't seem to work.

Regards,
Frank


2002-06-18 10:34:53

by Matthew D. Pitts

[permalink] [raw]
Subject: Re: 2.5.22 : fs/intermezzo/presto.c compile error

I have gotten this same error since about 2.5.12... I have not tried
anything earlier as yet.

Matthew
----- Original Message -----
From: "Frank Davis" <[email protected]>
To: <[email protected]>
Cc: <[email protected]>
Sent: Tuesday, June 18, 2002 12:49 AM
Subject: 2.5.22 : fs/intermezzo/presto.c compile error


> Hello all,
> While 'make bzImage', I received the following error
>
> presto.c: In function `presto_get_permit':
> presto.c:625: structure has no member named `p_pptr'
> presto.c: In function `presto_put_permit':
> presto.c:682: structure has no member named `p_pptr'
> presto.c: In function `presto_is_read_only':
> presto.c:1136: structure has no member named `p_pptr'
> presto.c:1139: structure has no member named `p_pptr'
> presto.c:1132: warning: `mask' might be used uninitialized in this
function
> make[2]: *** [presto.o] Error 1
> make[2]: Leaving directory `/usr/src/linux/fs/intermezzo'
> make[1]: *** [intermezzo] Error 2
> make[1]: Leaving directory `/usr/src/linux/fs'
> make: *** [fs] Error 2
>
> I think that presto_c2m(presto_cache *cache) (looked at dir.c) needs to be
> used, but I attempted that, and it didn't seem to work.
>
> Regards,
> Frank
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/