[Click] ClickFS + kernel 2.6

Ashish Jain ajain at esl.cs.colorado.edu
Fri Jan 30 15:59:10 EST 2004


Hi, 
	I am working on porting Click patches to 2.6 kernel. It looks like 
the file system structure has changed from 2.4 to 2.6. 

In the struct inode_operations { 

 - does not have a field called revalidate in 2.6. Is there a way around using 
this function call in Click ? 

- the field lookup has different parameters. 

struct dentry * (*lookup)(struct inode *, struct dentry *, sturct 
nameidata *);

instead of 

struct dentry * (*lookup) (struct inode *, struct dentry *);

Any help on this ... 


Thanks. 

Ashish 




More information about the click mailing list