diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-04-29 17:42:25 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-04-29 17:42:25 -0400 |
commit | 0b33540f9d751b565c270d23a077ee6d9fc9e1d5 (patch) | |
tree | 2e7c21cfa41913197181bdbd8302695c7b8bc140 /fs/internal.h | |
parent | 629e014bb8349fcf7c1e4df19a842652ece1c945 (diff) | |
download | linux-0b33540f9d751b565c270d23a077ee6d9fc9e1d5.tar.bz2 |
remove pointless extern of atime_need_update_rcu()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |