]> Git Repo - linux.git/blobdiff - include/linux/namei.h
don't pass nameidata to ->follow_link()
[linux.git] / include / linux / namei.h
index 3a6cc9651712329b0e42c17aea449a489703139e..d756304aa09bc415adede6b30a2f18b28207d0aa 100644 (file)
@@ -72,7 +72,7 @@ extern int follow_up(struct path *);
 extern struct dentry *lock_rename(struct dentry *, struct dentry *);
 extern void unlock_rename(struct dentry *, struct dentry *);
 
-extern void nd_jump_link(struct nameidata *nd, struct path *path);
+extern void nd_jump_link(struct path *path);
 
 static inline void nd_terminate_link(void *name, size_t len, size_t maxlen)
 {
This page took 0.030556 seconds and 4 git commands to generate.