Commit 0b33540f authored by Al Viro's avatar Al Viro
Browse files

remove pointless extern of atime_need_update_rcu()



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 629e014b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
 */