aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/extent_map.c
diff options
context:
space:
mode:
authorMark Fasheh <mark.fasheh@oracle.com>2006-03-03 13:24:33 -0500
committerMark Fasheh <mark.fasheh@oracle.com>2006-03-24 17:58:28 -0500
commitb0697053f9e8de9cea3d510d9e290851ece9460b (patch)
treebcfa2ae33e4a5302ddbe94dec0eaf95013e79850 /fs/ocfs2/extent_map.c
parent29004858a76ba9e26393dd8a85e653f105a33753 (diff)
ocfs2: don't use MLF* in the file system
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/extent_map.c')
-rw-r--r--fs/ocfs2/extent_map.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/fs/ocfs2/extent_map.c b/fs/ocfs2/extent_map.c
index e6f207eebab4..4601fc256f11 100644
--- a/fs/ocfs2/extent_map.c
+++ b/fs/ocfs2/extent_map.c
@@ -182,10 +182,10 @@ static int ocfs2_extent_map_find_leaf(struct inode *inode,
182 if (rec_end > OCFS2_I(inode)->ip_clusters) { 182 if (rec_end > OCFS2_I(inode)->ip_clusters) {
183 mlog_errno(ret); 183 mlog_errno(ret);
184 ocfs2_error(inode->i_sb, 184 ocfs2_error(inode->i_sb,
185 "Extent %d at e_blkno %"MLFu64" of inode %"MLFu64" goes past ip_clusters of %u\n", 185 "Extent %d at e_blkno %llu of inode %llu goes past ip_clusters of %u\n",
186 i, 186 i,
187 le64_to_cpu(rec->e_blkno), 187 (unsigned long long)le64_to_cpu(rec->e_blkno),
188 OCFS2_I(inode)->ip_blkno, 188 (unsigned long long)OCFS2_I(inode)->ip_blkno,
189 OCFS2_I(inode)->ip_clusters); 189 OCFS2_I(inode)->ip_clusters);
190 goto out_free; 190 goto out_free;
191 } 191 }
@@ -233,11 +233,11 @@ static int ocfs2_extent_map_find_leaf(struct inode *inode,
233 if (blkno) { 233 if (blkno) {
234 mlog_errno(ret); 234 mlog_errno(ret);
235 ocfs2_error(inode->i_sb, 235 ocfs2_error(inode->i_sb,
236 "Multiple extents for (cpos = %u, clusters = %u) on inode %"MLFu64"; e_blkno %"MLFu64" and rec %d at e_blkno %"MLFu64"\n", 236 "Multiple extents for (cpos = %u, clusters = %u) on inode %llu; e_blkno %llu and rec %d at e_blkno %llu\n",
237 cpos, clusters, 237 cpos, clusters,
238 OCFS2_I(inode)->ip_blkno, 238 (unsigned long long)OCFS2_I(inode)->ip_blkno,
239 blkno, i, 239 (unsigned long long)blkno, i,
240 le64_to_cpu(rec->e_blkno)); 240 (unsigned long long)le64_to_cpu(rec->e_blkno));
241 goto out_free; 241 goto out_free;
242 } 242 }
243 243
@@ -251,9 +251,9 @@ static int ocfs2_extent_map_find_leaf(struct inode *inode,
251 ret = -EBADR; 251 ret = -EBADR;
252 if (!blkno) { 252 if (!blkno) {
253 ocfs2_error(inode->i_sb, 253 ocfs2_error(inode->i_sb,
254 "No record found for (cpos = %u, clusters = %u) on inode %"MLFu64"\n", 254 "No record found for (cpos = %u, clusters = %u) on inode %llu\n",
255 cpos, clusters, 255 cpos, clusters,
256 OCFS2_I(inode)->ip_blkno); 256 (unsigned long long)OCFS2_I(inode)->ip_blkno);
257 mlog_errno(ret); 257 mlog_errno(ret);
258 goto out_free; 258 goto out_free;
259 } 259 }
@@ -288,10 +288,10 @@ static int ocfs2_extent_map_find_leaf(struct inode *inode,
288 ret = -EBADR; 288 ret = -EBADR;
289 mlog_errno(ret); 289 mlog_errno(ret);
290 ocfs2_error(inode->i_sb, 290 ocfs2_error(inode->i_sb,
291 "Extent %d at e_blkno %"MLFu64" of inode %"MLFu64" goes past ip_clusters of %u\n", 291 "Extent %d at e_blkno %llu of inode %llu goes past ip_clusters of %u\n",
292 i, 292 i,
293 le64_to_cpu(rec->e_blkno), 293 (unsigned long long)le64_to_cpu(rec->e_blkno),
294 OCFS2_I(inode)->ip_blkno, 294 (unsigned long long)OCFS2_I(inode)->ip_blkno,
295 OCFS2_I(inode)->ip_clusters); 295 OCFS2_I(inode)->ip_clusters);
296 return ret; 296 return ret;
297 } 297 }
@@ -557,9 +557,9 @@ static int ocfs2_extent_map_insert(struct inode *inode,
557 ret = -EBADR; 557 ret = -EBADR;
558 mlog_errno(ret); 558 mlog_errno(ret);
559 ocfs2_error(inode->i_sb, 559 ocfs2_error(inode->i_sb,
560 "Zero e_clusters on non-tail extent record at e_blkno %"MLFu64" on inode %"MLFu64"\n", 560 "Zero e_clusters on non-tail extent record at e_blkno %llu on inode %llu\n",
561 le64_to_cpu(rec->e_blkno), 561 (unsigned long long)le64_to_cpu(rec->e_blkno),
562 OCFS2_I(inode)->ip_blkno); 562 (unsigned long long)OCFS2_I(inode)->ip_blkno);
563 return ret; 563 return ret;
564 } 564 }
565 565
@@ -660,10 +660,10 @@ int ocfs2_extent_map_append(struct inode *inode,
660 mlog_bug_on_msg((le32_to_cpu(rec->e_cpos) + 660 mlog_bug_on_msg((le32_to_cpu(rec->e_cpos) +
661 le32_to_cpu(rec->e_clusters)) != 661 le32_to_cpu(rec->e_clusters)) !=
662 (em->em_clusters + new_clusters), 662 (em->em_clusters + new_clusters),
663 "Inode %"MLFu64":\n" 663 "Inode %llu:\n"
664 "rec->e_cpos = %u + rec->e_clusters = %u = %u\n" 664 "rec->e_cpos = %u + rec->e_clusters = %u = %u\n"
665 "em->em_clusters = %u + new_clusters = %u = %u\n", 665 "em->em_clusters = %u + new_clusters = %u = %u\n",
666 OCFS2_I(inode)->ip_blkno, 666 (unsigned long long)OCFS2_I(inode)->ip_blkno,
667 le32_to_cpu(rec->e_cpos), le32_to_cpu(rec->e_clusters), 667 le32_to_cpu(rec->e_cpos), le32_to_cpu(rec->e_clusters),
668 le32_to_cpu(rec->e_cpos) + le32_to_cpu(rec->e_clusters), 668 le32_to_cpu(rec->e_cpos) + le32_to_cpu(rec->e_clusters),
669 em->em_clusters, new_clusters, 669 em->em_clusters, new_clusters,