From 0b33540f9d751b565c270d23a077ee6d9fc9e1d5 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 29 Apr 2017 17:42:25 -0400 Subject: remove pointless extern of atime_need_update_rcu() Signed-off-by: Al Viro --- fs/internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/internal.h') diff --git a/fs/internal.h b/fs/internal.h index 11c6d89dce9c..7e1847dd4e3b 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -128,8 +128,6 @@ static inline bool atime_needs_update_rcu(const struct path *path, return __atime_needs_update(path, inode, true); } -extern bool atime_needs_update_rcu(const struct path *, struct inode *); - /* * fs-writeback.c */ -- cgit v1.2.3-59-g8ed1b