The patch titled Unionfs: stop using iget() and read_inode() has been removed from the -mm tree. Its filename was iget-stop-unionfs-from-using-iget-and-read_inode-fix.patch This patch was dropped because it was folded into iget-stop-unionfs-from-using-iget-and-read_inode.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: Unionfs: stop using iget() and read_inode() From: Erez Zadok <ezk@xxxxxxxxxxxxx> Unionfs: bugfix to initialize unionfs_inode_info node Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/unionfs/super.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/unionfs/super.c~iget-stop-unionfs-from-using-iget-and-read_inode-fix fs/unionfs/super.c --- a/fs/unionfs/super.c~iget-stop-unionfs-from-using-iget-and-read_inode-fix +++ a/fs/unionfs/super.c @@ -36,6 +36,7 @@ struct inode *unionfs_iget(struct super_ if (!(inode->i_state & I_NEW)) return inode; + info = UNIONFS_I(inode); memset(info, 0, offsetof(struct unionfs_inode_info, vfs_inode)); info->bstart = -1; info->bend = -1; _ Patches currently in -mm which might be from ezk@xxxxxxxxxxxxx are origin.patch git-unionfs.patch iget-stop-unionfs-from-using-iget-and-read_inode.patch iget-stop-unionfs-from-using-iget-and-read_inode-fix.patch iget-stop-unionfs-from-using-iget-and-read_inode-fix-2.patch embed-a-struct-path-into-struct-nameidata-instead-of-nd-dentrymnt-vs-git-unionfs.patch use-struct-path-in-struct-svc_export-nfsd-fix-wrong-mnt_writer-count-in-rename.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