X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=fs%2Finternal.h;h=68a2ae029a27f4b49458eae473962ff172bec5e6;hp=54c2928d39ec7288cf457efe1549c6413c8327cf;hb=0ee7c3e25d8c28845fceb4dd1c3cb5f50b9c45a9;hpb=03b8df8d43ecc3c5724e6bfb80bc0b9ea2aa2612 diff --git a/fs/internal.h b/fs/internal.h index 54c2928d39ec..68a2ae029a27 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -71,11 +71,15 @@ extern int filename_lookup(int dfd, struct filename *name, unsigned flags, struct path *path, struct path *root); extern int vfs_path_lookup(struct dentry *, struct vfsmount *, const char *, unsigned int, struct path *); -long do_rmdir(int dfd, struct filename *name); -long do_unlinkat(int dfd, struct filename *name); +int do_rmdir(int dfd, struct filename *name); +int do_unlinkat(int dfd, struct filename *name); int may_linkat(struct user_namespace *mnt_userns, struct path *link); int do_renameat2(int olddfd, struct filename *oldname, int newdfd, struct filename *newname, unsigned int flags); +int do_mkdirat(int dfd, struct filename *name, umode_t mode); +int do_symlinkat(struct filename *from, int newdfd, struct filename *to); +int do_linkat(int olddfd, struct filename *old, int newdfd, + struct filename *new, int flags); /* * namespace.c