vfs_readdir has been replaced by iterate_dir in commit (5c0ba4e:[readdir] introduce iterate_dir() and dir_context). Signed-off-by: Zhang Zhen <zhenzhang.zhang@xxxxxxxxxx> --- include/linux/fs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index b4d71b5..81ee60c 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2661,7 +2661,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 *); -- 1.8.5.5 . -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html