diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 03:17:33 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:55:07 -0500 |
commit | 541af6a07474352e2143a0527c2b62b732439815 (patch) | |
tree | fd52fd528264926d42804676278b43baac97e300 /fs/fuse/fuse_i.h | |
parent | 632861f05a8e5878a267d173000880ceb608b56e (diff) |
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.h | 2 |
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 { | |||
80 | 80 | ||
81 | /** The sticky bit in inode->i_mode may have been removed, so | 81 | /** The sticky bit in inode->i_mode may have been removed, so |
82 | preserve the original mode */ | 82 | preserve the original mode */ |
83 | mode_t orig_i_mode; | 83 | umode_t orig_i_mode; |
84 | 84 | ||
85 | /** Version of last attribute change */ | 85 | /** Version of last attribute change */ |
86 | u64 attr_version; | 86 | u64 attr_version; |