|
@@ -42,7 +42,7 @@ RPC_I(struct inode *inode)
|
|
extern int rpc_queue_upcall(struct inode *, struct rpc_pipe_msg *);
|
|
extern int rpc_queue_upcall(struct inode *, struct rpc_pipe_msg *);
|
|
|
|
|
|
extern struct dentry *rpc_mkdir(char *, struct rpc_clnt *);
|
|
extern struct dentry *rpc_mkdir(char *, struct rpc_clnt *);
|
|
-extern int rpc_rmdir(char *);
|
|
|
|
|
|
+extern int rpc_rmdir(struct dentry *);
|
|
extern struct dentry *rpc_mkpipe(char *, void *, struct rpc_pipe_ops *, int flags);
|
|
extern struct dentry *rpc_mkpipe(char *, void *, struct rpc_pipe_ops *, int flags);
|
|
extern int rpc_unlink(struct dentry *);
|
|
extern int rpc_unlink(struct dentry *);
|
|
extern struct vfsmount *rpc_get_mount(void);
|
|
extern struct vfsmount *rpc_get_mount(void);
|