aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfsplus')
-rw-r--r--fs/hfsplus/bitmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/hfsplus/bitmap.c b/fs/hfsplus/bitmap.c
index 826e864acb54..d2954451519e 100644
--- a/fs/hfsplus/bitmap.c
+++ b/fs/hfsplus/bitmap.c
@@ -238,8 +238,7 @@ out:
238 return 0; 238 return 0;
239 239
240kaboom: 240kaboom:
241 pr_crit("hfsplus: unable to mark blocks free: error %ld\n", 241 pr_crit("unable to mark blocks free: error %ld\n", PTR_ERR(page));
242 PTR_ERR(page));
243 mutex_unlock(&sbi->alloc_mutex); 242 mutex_unlock(&sbi->alloc_mutex);
244 243
245 return -EIO; 244 return -EIO;