Hi all, While building Linus' tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/ecryptfs/main.c:144: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token fs/ecryptfs/main.c: In function 'ecryptfs_interpose': fs/ecryptfs/main.c:204: error: implicit declaration of function 'ecryptfs_get_inode' fs/ecryptfs/main.c:204: warning: initialization makes pointer from integer without a cast fs/ecryptfs/main.c:206: error: expected ')' before 'return' fs/ecryptfs/main.c:212: error: expected expression before '}' token fs/ecryptfs/main.c: In function 'ecryptfs_mount': fs/ecryptfs/main.c:569: warning: assignment makes pointer from integer without a cast Caused by commit 66cb76666d69502fe982990b2cff5b6d607fd3b1 ("sanitize ecryptfs ->mount()") which was obviously not even build tested. :-( I have just reverted that commit for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/