diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_iops.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_iops.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.h b/fs/xfs/linux-2.6/xfs_iops.h index 6a69a62c36b0..415de44b6aed 100644 --- a/fs/xfs/linux-2.6/xfs_iops.h +++ b/fs/xfs/linux-2.6/xfs_iops.h | |||
@@ -48,4 +48,8 @@ extern void linvfs_unwritten_done(struct buffer_head *, int); | |||
48 | extern int xfs_ioctl(struct bhv_desc *, struct inode *, struct file *, | 48 | extern int xfs_ioctl(struct bhv_desc *, struct inode *, struct file *, |
49 | int, unsigned int, void __user *); | 49 | int, unsigned int, void __user *); |
50 | 50 | ||
51 | struct xfs_inode; | ||
52 | extern void xfs_ichgtime(struct xfs_inode *, int); | ||
53 | extern void xfs_ichgtime_fast(struct xfs_inode *, struct inode *, int); | ||
54 | |||
51 | #endif /* __XFS_IOPS_H__ */ | 55 | #endif /* __XFS_IOPS_H__ */ |