Hi, First of all sorry for my poor english. I am trying to compile a module for kernel 2.6.18-1 that uses the 'inode struct' but the compiler tell me inode struct hasn't a member called "i_blksize". I don't have that problem in kernel 2.6.16. What happend with i_blksize? The funcion is like: static inline foo (inode_t d, inode_t s) { ..... d->i_blksize = s->i_blksize; ... } Thanks in advance. Regards, Sergio Paracuellos - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html