From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Paracuellos Subject: inode i_blksize problem Date: Wed, 20 Dec 2006 13:26:56 +0100 Message-ID: <1166617616.27420.11.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mail.zitralia.com ([213.254.241.72]:33221 "EHLO zitralia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965024AbWLTNZ3 (ORCPT ); Wed, 20 Dec 2006 08:25:29 -0500 Received: from [192.168.1.69] (149.Red-83-37-230.dynamicIP.rima-tde.net [83.37.230.149]) (authenticated bits=0) by zitralia.com (8.13.7/8.13.7) with ESMTP id kBKCJdUd014422 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 20 Dec 2006 13:19:40 +0100 To: linux-fsdevel@vger.kernel.org Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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