projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c373ca
)
vfs: delete vfs_readdir function declaration
author
Zhang Zhen
<
[email protected]
>
Wed, 15 Apr 2015 23:12:51 +0000
(16:12 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 15 Apr 2015 23:35:16 +0000
(16:35 -0700)
vfs_readdir() was replaced by iterate_dir() in commit
5c0ba4e0762e
("[readdir] introduce iterate_dir() and dir_context").
Signed-off-by: Zhang Zhen <
[email protected]
>
Cc: Al Viro <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/fs.h
patch
|
blob
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index d502e5436c847530e7a7acd476cc85bd24434edf..60733bdc74b476a3ba6c4497917413e4e4d3b52e 100644
(file)
--- a/
include/linux/fs.h
+++ b/
include/linux/fs.h
@@
-2684,7
+2684,6
@@
void inode_sub_bytes(struct inode *inode, loff_t bytes);
loff_t inode_get_bytes(struct inode *inode);
void inode_set_bytes(struct inode *inode, loff_t bytes);
-extern int vfs_readdir(struct file *, filldir_t, void *);
extern int iterate_dir(struct file *, struct dir_context *);
extern int vfs_stat(const char __user *, struct kstat *);