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:
7d674b3
)
hostfs: switch to ->iterate_shared()
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 12 May 2016 23:49:30 +0000
(19:49 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 12 May 2016 23:49:30 +0000
(19:49 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hostfs/hostfs_kern.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/hostfs/hostfs_kern.c
b/fs/hostfs/hostfs_kern.c
index 7016653f3e417c20d488a1ee255077d0dd670631..5c57654927a6185cb1601bd5c52d5ba4c0475291 100644
(file)
--- a/
fs/hostfs/hostfs_kern.c
+++ b/
fs/hostfs/hostfs_kern.c
@@
-398,7
+398,7
@@
static const struct file_operations hostfs_file_fops = {
static const struct file_operations hostfs_dir_fops = {
.llseek = generic_file_llseek,
- .iterate
= hostfs_readdir,
+ .iterate
_shared
= hostfs_readdir,
.read = generic_read_dir,
.open = hostfs_open,
.fsync = hostfs_fsync,