The patch titled reiserfs: constify function pointer tables has been removed from the -mm tree. Its filename was reiserfs-constify-function-pointer-tables.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: reiserfs: constify function pointer tables From: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Acked-by: Jeff Mahoney <jeffm@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/reiserfs/procfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/reiserfs/procfs.c~reiserfs-constify-function-pointer-tables fs/reiserfs/procfs.c --- a/fs/reiserfs/procfs.c~reiserfs-constify-function-pointer-tables +++ a/fs/reiserfs/procfs.c @@ -444,7 +444,7 @@ static int r_show(struct seq_file *m, vo return show(m, v); } -static struct seq_operations r_ops = { +static const struct seq_operations r_ops = { .start = r_start, .next = r_next, .stop = r_stop, _ Patches currently in -mm which might be from jengelh@xxxxxxxxxxxxxxx are origin.patch git-dvb.patch git-kvm.patch git-ocfs2.patch git-unionfs.patch git-watchdog.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