aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/attrib.c
diff options
context:
space:
mode:
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)
1324 if (IS_ERR(rl)) { 1324 if (IS_ERR(rl)) {
1325 err = PTR_ERR(rl); 1325 err = PTR_ERR(rl);
1326 ntfs_debug("Failed to allocate cluster%s, error code " 1326 ntfs_debug("Failed to allocate cluster%s, error code "
1327 "%i.\n", (new_size >> 1327 "%i.", (new_size >>
1328 vol->cluster_size_bits) > 1 ? "s" : "", 1328 vol->cluster_size_bits) > 1 ? "s" : "",
1329 err); 1329 err);
1330 goto page_err_out; 1330 goto page_err_out;