Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18315
Modified Files:
ntfsrm.c
Log Message:
more housekeeping - no code changes
Index: ntfsrm.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsrm.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- ntfsrm.c 17 Aug 2005 14:53:07 -0000 1.58
+++ ntfsrm.c 17 Aug 2005 15:59:27 -0000 1.59
@@ -248,224 +248,6 @@ static void ntfs_dt_print (struct ntfs_d
}
}
-/**
- * ntfs_binary_print
- */
-static void ntfs_binary_print (u8 num, BOOL backwards, BOOL colour)
-{
- int i;
-
- if (backwards)
[...991 lines suppressed...]
if (0) result = ntfs_file_remove2 (vol, find.dt, find.dt_index);
if (1) result = ntfs_file_add2 (vol, opts.file);
- if (0) result = ntfs_test_bmp2 (vol);
done:
- if (1) utils_volume_commit (vol);
- if (0) utils_volume_rollback (vol);
+ if (1) ntfs_volume_commit (vol);
+ if (0) ntfs_volume_rollback (vol);
if (0) ntfs_inode_close2 (inode);
- if (1) ntfs_umount2 (vol, FALSE);
+ if (1) ntfs_volume_umount2 (vol, FALSE);
- if (0) ntfs_binary_print (0, FALSE, FALSE);
if (0) utils_pathname_to_inode2 (NULL, NULL, NULL, NULL);
- if (0) ntfs_dir_map (NULL, NULL);
+ if (0) ntfs_ie_remove_name (NULL);
return result;
}
|