2010-02-02 15:31:20

by Edward Shishkin

[permalink] [raw]
Subject: [patch 1/7] roll back reiser4-fixed-null-pointer-dereference.patch

Roll back reiser4-fixed-null-pointer-dereference.patch
(wrong stuff)

Signed-off-by: Edward Shishkin <[email protected]>
---
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;