remove pointless extern of atime_need_update_rcu()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2017-04-29 17:42:25 -04:00
parent 629e014bb8
commit 0b33540f9d
1 changed files with 0 additions and 2 deletions

View File

@ -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
*/