projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
629e014
)
remove pointless extern of atime_need_update_rcu()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 29 Apr 2017 21:42:25 +0000
(17:42 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 29 Apr 2017 21:42:25 +0000
(17:42 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/internal.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/internal.h
b/fs/internal.h
index 11c6d89dce9c9ae2e1bc1d04614a732ccc0a952e..7e1847dd4e3b14607dba7a98a3e1cfe6120e18c0 100644
(file)
--- 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
*/