diff options
Diffstat (limited to 'include/linux/fs_stack.h')
-rw-r--r-- | include/linux/fs_stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs_stack.h b/include/linux/fs_stack.h index aa60311900dd..da317c7163ab 100644 --- a/include/linux/fs_stack.h +++ b/include/linux/fs_stack.h | |||
@@ -9,7 +9,7 @@ | |||
9 | 9 | ||
10 | /* externs for fs/stack.c */ | 10 | /* externs for fs/stack.c */ |
11 | extern void fsstack_copy_attr_all(struct inode *dest, const struct inode *src); | 11 | extern void fsstack_copy_attr_all(struct inode *dest, const struct inode *src); |
12 | extern void fsstack_copy_inode_size(struct inode *dst, const struct inode *src); | 12 | extern void fsstack_copy_inode_size(struct inode *dst, struct inode *src); |
13 | 13 | ||
14 | /* inlines */ | 14 | /* inlines */ |
15 | static inline void fsstack_copy_attr_atime(struct inode *dest, | 15 | static inline void fsstack_copy_attr_atime(struct inode *dest, |