diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-08-24 12:25:44 +0200 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-08-24 12:25:54 +0200 | 
| commit | 5f9ece02401116b29eb04396b99ea092acb75dd8 (patch) | |
| tree | e10386e2dc63c275646b4eb0bed857da7bf86c6a /fs/nilfs2/dat.c | |
| parent | 9f51e24ee8b5a1595b6a5ac0c2be278a16488e75 (diff) | |
| parent | 422bef879e84104fee6dc68ded0e371dbeb5f88e (diff) | |
| download | olio-linux-3.10-5f9ece02401116b29eb04396b99ea092acb75dd8.tar.xz olio-linux-3.10-5f9ece02401116b29eb04396b99ea092acb75dd8.zip  | |
Merge commit 'v2.6.31-rc7' into x86/cleanups
Merge reason: we were on -rc1 before - go up to -rc7
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'fs/nilfs2/dat.c')
| -rw-r--r-- | fs/nilfs2/dat.c | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/nilfs2/dat.c b/fs/nilfs2/dat.c index 0b2710e2d56..8927ca27e6f 100644 --- a/fs/nilfs2/dat.c +++ b/fs/nilfs2/dat.c @@ -134,15 +134,6 @@ void nilfs_dat_commit_start(struct inode *dat, struct nilfs_palloc_req *req,  	entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr,  					     req->pr_entry_bh, kaddr);  	entry->de_start = cpu_to_le64(nilfs_mdt_cno(dat)); -	if (entry->de_blocknr != cpu_to_le64(0) || -	    entry->de_end != cpu_to_le64(NILFS_CNO_MAX)) { -		printk(KERN_CRIT -		       "%s: vbn = %llu, start = %llu, end = %llu, pbn = %llu\n", -		       __func__, (unsigned long long)req->pr_entry_nr, -		       (unsigned long long)le64_to_cpu(entry->de_start), -		       (unsigned long long)le64_to_cpu(entry->de_end), -		       (unsigned long long)le64_to_cpu(entry->de_blocknr)); -	}  	entry->de_blocknr = cpu_to_le64(blocknr);  	kunmap_atomic(kaddr, KM_USER0);  |