The patch titled aoe: cleanup i_rdev usage has been removed from the -mm tree. Its filename is aoe-cleanup-i_rdev-usage.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: aoe: cleanup i_rdev usage From: Eric Sesterhenn <snakebyte@xxxxxx> Signed-off-by: Eric Sesterhenn <snakebyte@xxxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/block/aoe/aoechr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/block/aoe/aoechr.c~aoe-cleanup-i_rdev-usage drivers/block/aoe/aoechr.c --- a/drivers/block/aoe/aoechr.c~aoe-cleanup-i_rdev-usage +++ a/drivers/block/aoe/aoechr.c @@ -162,7 +162,7 @@ aoechr_open(struct inode *inode, struct { int n, i; - n = MINOR(inode->i_rdev); + n = iminor(inode); filp->private_data = (void *) (unsigned long) n; for (i = 0; i < ARRAY_SIZE(chardevs); ++i) _ Patches currently in -mm which might be from snakebyte@xxxxxx are origin.patch git-alsa.patch git-gfs2.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