Omar Sandoval <osandov@xxxxxxxxxxx> wrote: > - int (*link) (struct dentry *,struct inode *,struct dentry *); > + int (*link) (struct dentry *,struct inode *,struct dentry *, int); Can you make it unsigned int? David
Omar Sandoval <osandov@xxxxxxxxxxx> wrote: > - int (*link) (struct dentry *,struct inode *,struct dentry *); > + int (*link) (struct dentry *,struct inode *,struct dentry *, int); Can you make it unsigned int? David