linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* inode i_blksize problem
@ 2006-12-20 12:26 Sergio Paracuellos
  2006-12-20 13:39 ` Matthew Wilcox
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Paracuellos @ 2006-12-20 12:26 UTC (permalink / raw)
  To: linux-fsdevel

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-20 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-20 12:26 inode i_blksize problem Sergio Paracuellos
2006-12-20 13:39 ` Matthew Wilcox

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).