VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_size
[safe/jmp/linux-2.6] / include / linux / fs_stack.h
index aa60311..da317c7 100644 (file)
@@ -9,7 +9,7 @@
 
 /* externs for fs/stack.c */
 extern void fsstack_copy_attr_all(struct inode *dest, const struct inode *src);
-extern void fsstack_copy_inode_size(struct inode *dst, const struct inode *src);
+extern void fsstack_copy_inode_size(struct inode *dst, struct inode *src);
 
 /* inlines */
 static inline void fsstack_copy_attr_atime(struct inode *dest,