Roll back reiser4-fixed-null-pointer-dereference.patch (wrong stuff) Signed-off-by: Edward Shishkin <edward.shishkin@xxxxxxxxx> --- fs/reiser4/super_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.33-rc5-mm1/fs/reiser4/super_ops.c =================================================================== --- linux-2.6.33-rc5-mm1.orig/fs/reiser4/super_ops.c +++ linux-2.6.33-rc5-mm1/fs/reiser4/super_ops.c @@ -395,7 +395,7 @@ static void reiser4_sync_inodes(struct s reiser4_context *ctx; long to_write; - if (wbc == NULL || wbc->for_kupdate) + if (wbc->for_kupdate) /* reiser4 has its own means of periodical write-out */ return; -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html