linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sergio Paracuellos <sparacuellos@lock-linux.com>
To: linux-fsdevel@vger.kernel.org
Subject: inode i_blksize problem
Date: Wed, 20 Dec 2006 13:26:56 +0100	[thread overview]
Message-ID: <1166617616.27420.11.camel@localhost.localdomain> (raw)

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



             reply	other threads:[~2006-12-20 13:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-20 12:26 Sergio Paracuellos [this message]
2006-12-20 13:39 ` inode i_blksize problem Matthew Wilcox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1166617616.27420.11.camel@localhost.localdomain \
    --to=sparacuellos@lock-linux.com \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).