summaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
authorAl Viro2011-07-26 09:17:33 +0200
committerAl Viro2012-01-04 04:55:07 +0100
commit541af6a07474352e2143a0527c2b62b732439815 (patch)
treefd52fd528264926d42804676278b43baac97e300 /fs/fuse/fuse_i.h
parentpohmelfs: propagate umode_t (diff)
downloadkernel-qcow2-linux-541af6a07474352e2143a0527c2b62b732439815.tar.gz
kernel-qcow2-linux-541af6a07474352e2143a0527c2b62b732439815.tar.xz
kernel-qcow2-linux-541af6a07474352e2143a0527c2b62b732439815.zip
fuse: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index cf6db0a93219..1964da0257d9 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -80,7 +80,7 @@ struct fuse_inode {
/** The sticky bit in inode->i_mode may have been removed, so
preserve the original mode */
- mode_t orig_i_mode;
+ umode_t orig_i_mode;
/** Version of last attribute change */
u64 attr_version;