cosmetic : Removed a pointless store in ntfs_attr_make_resident() (Fabian Keil)

edge.strict_endians
Jean-Pierre André 2011-08-04 15:49:36 +02:00
parent e4a7a56a1a
commit a1161d552f
1 changed files with 0 additions and 1 deletions

View File

@ -5351,7 +5351,6 @@ static int ntfs_attr_make_resident(ntfs_attr *na, ntfs_attr_search_ctx *ctx)
* record is in a transiently corrupted state at this moment in time.
*/
if (ntfs_cluster_free(vol, na, 0, -1) < 0) {
err = errno;
ntfs_log_perror("Eeek! Failed to release allocated clusters");
ntfs_log_trace("Ignoring error and leaving behind wasted "
"clusters.\n");