Browse Source

remove pointless extern of atime_need_update_rcu()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 8 years ago
parent
commit
0b33540f9d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      fs/internal.h

+ 0 - 2
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
  */