X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2F9p%2Fv9fs_vfs.h;h=a759278acaaeac31b50eaa08b85b5189a735913b;hb=554f593d6c411e717a71ffdcb0cfb46bb2394502;hp=69cf2905dc90e468ba949e74f5a8ba4681aaf333;hpb=0f36b018b2e314d45af86449f1a97facb1fbe300;p=powerpc.git diff --git a/fs/9p/v9fs_vfs.h b/fs/9p/v9fs_vfs.h index 69cf2905dc..a759278aca 100644 --- a/fs/9p/v9fs_vfs.h +++ b/fs/9p/v9fs_vfs.h @@ -51,3 +51,4 @@ int v9fs_dir_release(struct inode *inode, struct file *filp); int v9fs_file_open(struct inode *inode, struct file *file); void v9fs_inode2stat(struct inode *inode, struct v9fs_stat *stat); void v9fs_dentry_release(struct dentry *); +int v9fs_uflags2omode(int uflags);