X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Fproc_fs.h;h=c3d11ff368bce542622303710e08cbd2a1365f6f;hp=643b96c7a94f3cc78d6750b878ad0a0b00c2ea58;hb=63317566ee76842fc46426846a7d13eceb4c9af8;hpb=6ad390a25a9d1d8606b9b826878f0a30639dc2b3 diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 643b96c7a94f..c3d11ff368bc 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -253,7 +253,7 @@ extern const struct proc_ns_operations utsns_operations; extern const struct proc_ns_operations ipcns_operations; union proc_op { - int (*proc_get_link)(struct inode *, struct path *); + int (*proc_get_link)(struct dentry *, struct path *); int (*proc_read)(struct task_struct *task, char *page); int (*proc_show)(struct seq_file *m, struct pid_namespace *ns, struct pid *pid,