diff options
| author | Dave Airlie <[email protected]> | 2010-08-02 10:05:18 +1000 | 
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2010-08-02 10:05:24 +1000 | 
| commit | d656ae53f64cb0f01dac8a02c4d31453d64ef97c (patch) | |
| tree | cf641d4e5828b8f7c430b42657237c5daf9571fd /fs/ocfs2/suballoc.c | |
| parent | 167ffc44caaee68ea60dadf6931a4d195a4ed1f0 (diff) | |
| parent | b37fa16e78d6f9790462b3181602a26b5af36260 (diff) | |
Merge tag 'v2.6.35-rc6' into drm-radeon-next
Need this to avoid conflicts with future radeon fixes
Diffstat (limited to 'fs/ocfs2/suballoc.c')
| -rw-r--r-- | fs/ocfs2/suballoc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/suballoc.c b/fs/ocfs2/suballoc.c index f4c2a9eb8c4d..a8e6a95a353f 100644 --- a/fs/ocfs2/suballoc.c +++ b/fs/ocfs2/suballoc.c @@ -741,7 +741,7 @@ static int ocfs2_block_group_alloc(struct ocfs2_super *osb,  		     le16_to_cpu(bg->bg_free_bits_count));  	le32_add_cpu(&cl->cl_recs[alloc_rec].c_total,  		     le16_to_cpu(bg->bg_bits)); -	cl->cl_recs[alloc_rec].c_blkno  = cpu_to_le64(bg->bg_blkno); +	cl->cl_recs[alloc_rec].c_blkno = bg->bg_blkno;  	if (le16_to_cpu(cl->cl_next_free_rec) < le16_to_cpu(cl->cl_count))  		le16_add_cpu(&cl->cl_next_free_rec, 1);  |