On Fri, 13 Dec 2002, Anton Altaparmakov wrote:
> Ok, I apologize. There is a bug in the library. It is just that your fix
> is completely wrong.
Depends :) I had 3 solutions and my first one (not sent) was exactly
(plus more) what you checked in and I explained why I sent what I've
sent. However after your arguments I agree the current way seems to be
the best and please apply this patch also. Thanks,
Szaka
--- ntfsprogs/ntfsresize.c 12 Dec 2002 08:31:38 -0000 1.1.1.1
+++ ntfsprogs/ntfsresize.c 13 Dec 2002 16:57:36 -0000
@@ -700,7 +700,6 @@
if (write_mft_record(ctx))
perr_exit("Couldn't update $BadClust");
- /* FIXME: clean up API => ntfs_put_attr_search_ctx() also closes ni */
ntfs_attr_put_search_ctx(ctx);
}
|