diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 7c391366fb43..7db097d673a8 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2007,7 +2007,6 @@ enum file_time_flags { | |||
2007 | S_VERSION = 8, | 2007 | S_VERSION = 8, |
2008 | }; | 2008 | }; |
2009 | 2009 | ||
2010 | extern bool atime_needs_update(const struct path *, struct inode *); | ||
2011 | extern void touch_atime(const struct path *); | 2010 | extern void touch_atime(const struct path *); |
2012 | static inline void file_accessed(struct file *file) | 2011 | static inline void file_accessed(struct file *file) |
2013 | { | 2012 | { |