Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76955
b: refs/heads/master
c: 634bf74
h: refs/heads/master
i:
  76953: 07ed14e
  76951: 4541281
v: v3
  • Loading branch information
Jan Kara authored and Mark Fasheh committed Jan 25, 2008
1 parent 1673709 commit 72a3c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32c3c0e2e515197ad240f5104116254975e6bbce
refs/heads/master: 634bf74d1e8a8d06727505ea4eb73e780d7aa246
4 changes: 2 additions & 2 deletions trunk/fs/ocfs2/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ int ocfs2_lock_allocators(struct inode *inode, struct ocfs2_dinode *di,

mlog(0, "extend inode %llu, i_size = %lld, di->i_clusters = %u, "
"clusters_to_add = %u, extents_to_split = %u\n",
(unsigned long long)OCFS2_I(inode)->ip_blkno, i_size_read(inode),
(unsigned long long)OCFS2_I(inode)->ip_blkno, (long long)i_size_read(inode),
le32_to_cpu(di->i_clusters), clusters_to_add, extents_to_split);

num_free_extents = ocfs2_num_free_extents(osb, inode, di);
Expand Down Expand Up @@ -807,7 +807,7 @@ static int __ocfs2_extend_allocation(struct inode *inode, u32 logical_start,
le32_to_cpu(fe->i_clusters),
(unsigned long long)le64_to_cpu(fe->i_size));
mlog(0, "inode: ip_clusters=%u, i_size=%lld\n",
OCFS2_I(inode)->ip_clusters, i_size_read(inode));
OCFS2_I(inode)->ip_clusters, (long long)i_size_read(inode));

leave:
if (handle) {
Expand Down

0 comments on commit 72a3c76

Please sign in to comment.