NTFS: Prepare for 2.1.23 release: Update documentation and bump version.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
This commit is contained in:
Anton Altaparmakov
2005-06-25 21:07:27 +01:00
parent 4757d7dff6
commit af859a42d7
4 changed files with 23 additions and 21 deletions

View File

@@ -1324,7 +1324,7 @@ int ntfs_attr_make_non_resident(ntfs_inode *ni)
if (IS_ERR(rl)) {
err = PTR_ERR(rl);
ntfs_debug("Failed to allocate cluster%s, error code "
"%i.\n", (new_size >>
"%i.", (new_size >>
vol->cluster_size_bits) > 1 ? "s" : "",
err);
goto page_err_out;