I'll just push ma lil ole' button nowArchangel1 wrote:And the mapped_watermark patch seems to have worked fine too. At least nothing's exploded yet.
-DaMouse

Reiser 4 is in mmmaxpayne wrote:@Mafteah - thx, i missed the mm patch
however something else i'm missing - Reiser4 patch! is there one available for this release?





noooooooooooooooooo!!!DaMouse wrote:Any sign of nicksched patches?
-DaMouse
PS Kay says hi
Code: Select all
CC fs/devpts/inode.o
fs/devpts/inode.c:130: error: stray '\260' in program
fs/devpts/inode.c:130:50: warning: null character(s) ignored
fs/devpts/inode.c:130: error: stray '\337' in program
fs/devpts/inode.c:130: error: syntax error before '*' token
fs/devpts/inode.c:131: warning: `struct A' declared inside parameter list
fs/devpts/inode.c:131: warning: its scope is only this definition or declaration, which is probably not what you want
fs/devpts/inode.c:132: warning: function declaration isn't a prototype
fs/devpts/inode.c: In function `devpts_get_sb':
fs/devpts/inode.c:133: error: `fs_type' undeclared (first use in this function)
fs/devpts/inode.c:133: error: (Each undeclared identifier is reported only once
fs/devpts/inode.c:133: error: for each function it appears in.)
fs/devpts/inode.c:133: error: `flags' undeclared (first use in this function)
fs/devpts/inode.c:133: error: `data' undeclared (first use in this function)
make[2]: *** [fs/devpts/inode.o] Error 1
make[1]: *** [fs/devpts] Error 2
make: *** [fs] Error 2Tried make mrproper, also.. post .config file in source treemaxpayne wrote:i get the following error while "make" - anyone know a solution?
Code: Select all
CC fs/devpts/inode.o fs/devpts/inode.c:130: error: stray '\260' in program fs/devpts/inode.c:130:50: warning: null character(s) ignored fs/devpts/inode.c:130: error: stray '\337' in program fs/devpts/inode.c:130: error: syntax error before '*' token fs/devpts/inode.c:131: warning: `struct A' declared inside parameter list fs/devpts/inode.c:131: warning: its scope is only this definition or declaration, which is probably not what you want fs/devpts/inode.c:132: warning: function declaration isn't a prototype fs/devpts/inode.c: In function `devpts_get_sb': fs/devpts/inode.c:133: error: `fs_type' undeclared (first use in this function) fs/devpts/inode.c:133: error: (Each undeclared identifier is reported only once fs/devpts/inode.c:133: error: for each function it appears in.) fs/devpts/inode.c:133: error: `flags' undeclared (first use in this function) fs/devpts/inode.c:133: error: `data' undeclared (first use in this function) make[2]: *** [fs/devpts/inode.o] Error 1 make[1]: *** [fs/devpts] Error 2 make: *** [fs] Error 2

I thought that to, but now I realise that make mrproper doesn't fix that.. doh, thanks for bringing that upArchangel1 wrote:The first few messages sound a bit odd - it sounds nothing like what the line is meant to.
You might want to have a look at that line - I had one that failed compile on me a while back because the line had corrupted.

