Re: [-mm patch] do_revoke error handling (was Re: 2.6.21-mm1)

From: Pekka Enberg
Date: Sun May 06 2007 - 05:13:12 EST


Frederik Deweerdt wrote:
diff --git a/fs/revoke.c b/fs/revoke.c
index 1f2e3ef..86a2842 100644
--- a/fs/revoke.c
+++ b/fs/revoke.c
@@ -597,6 +597,9 @@ static int do_revoke(struct inode *inode, struct file *to_exclude)
goto retry;
}
+ details.fset = fset;
+ details.restore_start = 0;
+

Looks good. Thanks!

Acked-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/