formatting

edge.strict_endians
cha0smaster 2006-03-04 00:06:49 +00:00
parent 7c718e1099
commit 01309e4ec9
1 changed files with 3 additions and 2 deletions

View File

@ -1322,8 +1322,9 @@ s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, const void *b)
to_write = min(count, (rl->length << vol->cluster_size_bits) -
ofs);
retry:
ntfs_log_trace("Writing 0x%llx bytes to vcn 0x%llx, lcn 0x%llx, ofs "
"0x%llx.\n", to_write, rl->vcn, rl->lcn, ofs);
ntfs_log_trace("Writing 0x%llx bytes to vcn 0x%llx, lcn 0x%llx,"
" ofs 0x%llx.\n", to_write, rl->vcn, rl->lcn,
ofs);
if (!NVolReadOnly(vol))
written = ntfs_pwrite(vol->dev, (rl->lcn <<
vol->cluster_size_bits) + ofs,