ocfs2: core atime update functions

This patch adds the core routines for updating atime in ocfs2.

Signed-off-by: Tiger Yang <tiger.yang@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
This commit is contained in:
Tiger Yang
2006-11-15 15:48:42 +08:00
committed by Mark Fasheh
parent 8659ac25b4
commit 7f1a37e31f
7 changed files with 116 additions and 1 deletions

View File

@@ -54,4 +54,9 @@ int ocfs2_set_inode_size(handle_t *handle,
struct buffer_head *fe_bh,
u64 new_i_size);
int ocfs2_should_update_atime(struct inode *inode,
struct vfsmount *vfsmnt);
int ocfs2_update_inode_atime(struct inode *inode,
struct buffer_head *bh);
#endif /* OCFS2_FILE_H */