summaryrefslogtreecommitdiffstats
path: root/fs/9p/v9fs_vfs.h
diff options
context:
space:
mode:
authorAl Viro2011-07-26 08:53:22 +0200
committerAl Viro2012-01-04 04:55:01 +0100
commit3eda0de677b5756be09a76ac0399e1a3db00f0e0 (patch)
tree02d557278306d665f0b0ec58e3a89593360fa005 /fs/9p/v9fs_vfs.h
parentomfs: propagate umode_t (diff)
downloadkernel-qcow2-linux-3eda0de677b5756be09a76ac0399e1a3db00f0e0.tar.gz
kernel-qcow2-linux-3eda0de677b5756be09a76ac0399e1a3db00f0e0.tar.xz
kernel-qcow2-linux-3eda0de677b5756be09a76ac0399e1a3db00f0e0.zip
9p: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/9p/v9fs_vfs.h')
-rw-r--r--fs/9p/v9fs_vfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/9p/v9fs_vfs.h b/fs/9p/v9fs_vfs.h
index 410ffd6ceb5f..dc95a252523d 100644
--- a/fs/9p/v9fs_vfs.h
+++ b/fs/9p/v9fs_vfs.h
@@ -54,9 +54,9 @@ extern struct kmem_cache *v9fs_inode_cache;
struct inode *v9fs_alloc_inode(struct super_block *sb);
void v9fs_destroy_inode(struct inode *inode);
-struct inode *v9fs_get_inode(struct super_block *sb, int mode, dev_t);
+struct inode *v9fs_get_inode(struct super_block *sb, umode_t mode, dev_t);
int v9fs_init_inode(struct v9fs_session_info *v9ses,
- struct inode *inode, int mode, dev_t);
+ struct inode *inode, umode_t mode, dev_t);
void v9fs_evict_inode(struct inode *inode);
ino_t v9fs_qid2ino(struct p9_qid *qid);
void v9fs_stat2inode(struct p9_wstat *, struct inode *, struct super_block *);