CC [M] fs/iriver/inode.o fs/iriver/inode.c:138: error: unknown field `memory_backed' specified in initializer make[2]: *** [fs/iriver/inode.o] Fehler 1 make[1]: *** [fs/iriver] Fehler 2 make: *** [fs] Fehler 2
Logged In: YES user_id=1191113
Well, still not working with 2.6.12 final :-/ Same error. Workaround: remove offending line ...
CC [M] fs/iriver/inode.o fs/iriver/inode.c:138: error: unknown field `memory_backed' specified in initializer make[2]: *** [fs/iriver/inode.o] Fehler 1
Logged In: NO
Not working in gentoo-sources-2.6.12 either. Same error.
Joe riven.box[AT]virgin.net
You can fix this issue by changing line 138 from ".memory_backed = 1" to ".capabilities = 0"
Logged In: YES user_id=1140975
I can confirm the error on a 2.6.12.5 vanilla kernel and also the fix mentioned in the last comment
Log in to post a comment.
Logged In: YES
user_id=1191113
Well, still not working with 2.6.12 final :-/ Same error.
Workaround: remove offending line ...
CC [M] fs/iriver/inode.o
fs/iriver/inode.c:138: error: unknown field
`memory_backed' specified in initializer
make[2]: *** [fs/iriver/inode.o] Fehler 1
Logged In: NO
Not working in gentoo-sources-2.6.12 either. Same error.
Joe
riven.box[AT]virgin.net
Logged In: NO
You can fix this issue by changing line 138 from
".memory_backed = 1" to ".capabilities = 0"
Logged In: YES
user_id=1140975
I can confirm the error on a 2.6.12.5 vanilla kernel and
also the fix mentioned in the last comment