summaryrefslogtreecommitdiffstats
path: root/fs/affs/affs.h
diff options
context:
space:
mode:
authorAl Viro2011-07-26 09:04:30 +0200
committerAl Viro2012-01-04 04:55:04 +0100
commita760b03dc0ac4c9663577ca45de5e0fe1c35dc13 (patch)
tree47509c0fb246117a3e020a7ce700751ef8cad2cb /fs/affs/affs.h
parentcgroup: propagate mode_t (diff)
downloadkernel-qcow2-linux-a760b03dc0ac4c9663577ca45de5e0fe1c35dc13.tar.gz
kernel-qcow2-linux-a760b03dc0ac4c9663577ca45de5e0fe1c35dc13.tar.xz
kernel-qcow2-linux-a760b03dc0ac4c9663577ca45de5e0fe1c35dc13.zip
affs: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/affs/affs.h')
-rw-r--r--fs/affs/affs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/affs/affs.h b/fs/affs/affs.h
index 9cad9b4a9af7..45a0ce45d7b4 100644
--- a/fs/affs/affs.h
+++ b/fs/affs/affs.h
@@ -136,7 +136,7 @@ extern int affs_remove_header(struct dentry *dentry);
extern u32 affs_checksum_block(struct super_block *sb, struct buffer_head *bh);
extern void affs_fix_checksum(struct super_block *sb, struct buffer_head *bh);
extern void secs_to_datestamp(time_t secs, struct affs_date *ds);
-extern mode_t prot_to_mode(u32 prot);
+extern umode_t prot_to_mode(u32 prot);
extern void mode_to_prot(struct inode *inode);
extern void affs_error(struct super_block *sb, const char *function, const char *fmt, ...);
extern void affs_warning(struct super_block *sb, const char *function, const char *fmt, ...);