aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/attrib.c
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2005-06-25 21:07:27 +0100
committerAnton Altaparmakov <aia21@cantab.net>2005-06-25 21:07:27 +0100
commitaf859a42d798f047fbfe198ed315a942662c39d2 (patch)
tree6c892cbd43284e98cc879f0518dde8efc09740c7 /fs/ntfs/attrib.c
parentNTFS: Change ntfs_map_runlist_nolock() to only decompress the mapping pairs (diff)
downloadlinux-dev-af859a42d798f047fbfe198ed315a942662c39d2.tar.xz
linux-dev-af859a42d798f047fbfe198ed315a942662c39d2.zip
NTFS: Prepare for 2.1.23 release: Update documentation and bump version.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/attrib.c')
-rw-r--r--fs/ntfs/attrib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/attrib.c b/fs/ntfs/attrib.c
index 543d47fa5fc9..cd0f9e740b14 100644
--- a/fs/ntfs/attrib.c
+++ b/fs/ntfs/attrib.c
@@ -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;