The patch titled Reiser4: fix filesystem freeze and corruption has been removed from the -mm tree. Its filename was reiser4-fix-freeze-and-corruption.patch This patch was dropped because it was folded into reiser4.patch ------------------------------------------------------ Subject: Reiser4: fix filesystem freeze and corruption From: Vladimir Saveliev <vs@xxxxxxxxxxx> remove_suid may open a transaction in reiser4 which is to be restarted before entering into main write loop. Signed-off-by: Vladimir Saveliev <vs@xxxxxxxxxxx> Cc: Edward Shishkin <edward@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/reiser4/plugin/file/file.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN fs/reiser4/plugin/file/file.c~reiser4-fix-freeze-and-corruption fs/reiser4/plugin/file/file.c --- a/fs/reiser4/plugin/file/file.c~reiser4-fix-freeze-and-corruption +++ a/fs/reiser4/plugin/file/file.c @@ -2170,6 +2170,8 @@ ssize_t write_unix_file(struct file *fil reiser4_exit_context(ctx); return result; } + /* remove_suid might create a transaction */ + reiser4_txn_restart(ctx); uf_info = unix_file_inode_data(inode); _ Patches currently in -mm which might be from vs@xxxxxxxxxxx are reiser4.patch reiser4-fix-freeze-and-corruption.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