From: Al Viro Date: Sat, 29 Apr 2017 21:42:25 +0000 (-0400) Subject: remove pointless extern of atime_need_update_rcu() X-Git-Tag: v4.12-rc1~59^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0b33540f9d751b565c270d23a077ee6d9fc9e1d5;p=karo-tx-linux.git remove pointless extern of atime_need_update_rcu() Signed-off-by: Al Viro --- 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 */