The patch titled Subject: vfs: delete vfs_readdir function declaration has been removed from the -mm tree. Its filename was vfs-delete-vfs_readdir-function-declaration.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Zhang Zhen <zhenzhang.zhang@xxxxxxxxxx> Subject: vfs: delete vfs_readdir function declaration vfs_readdir() was replaced by iterate_dir() in 5c0ba4e0762e6da ("[readdir] introduce iterate_dir() and dir_context"). Signed-off-by: Zhang Zhen <zhenzhang.zhang@xxxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/fs.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/fs.h~vfs-delete-vfs_readdir-function-declaration include/linux/fs.h --- a/include/linux/fs.h~vfs-delete-vfs_readdir-function-declaration +++ a/include/linux/fs.h @@ -2684,7 +2684,6 @@ void inode_sub_bytes(struct inode *inode 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 *); _ Patches currently in -mm which might be from zhenzhang.zhang@xxxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html