mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
remove pointless extern of atime_need_update_rcu()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
629e014bb8
commit
0b33540f9d
@ -128,8 +128,6 @@ static inline bool atime_needs_update_rcu(const struct path *path,
|
|||||||
return __atime_needs_update(path, inode, true);
|
return __atime_needs_update(path, inode, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern bool atime_needs_update_rcu(const struct path *, struct inode *);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* fs-writeback.c
|
* fs-writeback.c
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user