trailing spaces

edge.strict_endians
Yura Pakhuchiy 2007-09-03 19:39:24 +03:00
parent 65a81e3563
commit 3b64a5a512
1 changed files with 2 additions and 2 deletions

View File

@ -1211,10 +1211,10 @@ s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, const void *b)
errno = EIO;
goto rl_err_out;
}
to_write = min(count, (rl->length <<
vol->cluster_size_bits) - ofs);
/* Instantiate the hole. */
cur_vcn = rl->vcn;
from_vcn = rl->vcn + (ofs >> vol->cluster_size_bits);