diff options
author | Tiger Yang <tiger.yang@oracle.com> | 2006-11-15 02:48:42 -0500 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-12-01 21:28:51 -0500 |
commit | 7f1a37e31f94b4f1c123d32ce9f69205ab2095bd (patch) | |
tree | 7d2136573966de80d031e7320db11c15d7f93a92 /fs/ocfs2/file.h | |
parent | 8659ac25b434fcc61cf7797f4b69edc3eaaffb55 (diff) |
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>
Diffstat (limited to 'fs/ocfs2/file.h')
-rw-r--r-- | fs/ocfs2/file.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ocfs2/file.h b/fs/ocfs2/file.h index 84f8b974dcad..475ed8aee8b5 100644 --- a/fs/ocfs2/file.h +++ b/fs/ocfs2/file.h | |||
@@ -54,4 +54,9 @@ int ocfs2_set_inode_size(handle_t *handle, | |||
54 | struct buffer_head *fe_bh, | 54 | struct buffer_head *fe_bh, |
55 | u64 new_i_size); | 55 | u64 new_i_size); |
56 | 56 | ||
57 | int ocfs2_should_update_atime(struct inode *inode, | ||
58 | struct vfsmount *vfsmnt); | ||
59 | int ocfs2_update_inode_atime(struct inode *inode, | ||
60 | struct buffer_head *bh); | ||
61 | |||
57 | #endif /* OCFS2_FILE_H */ | 62 | #endif /* OCFS2_FILE_H */ |