Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142609
b: refs/heads/master
c: 6c98cd4
h: refs/heads/master
i:
  142607: 5126ca0
v: v3
  • Loading branch information
Koji Sato authored and Linus Torvalds committed Apr 7, 2009
1 parent 21ca161 commit 9314622
Show file tree
Hide file tree
Showing 4 changed files with 683 additions and 2 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: 29619809727a4e524e26dbd7bfdc93ff7f50aa74
refs/heads/master: 6c98cd4ecb0ae35f0368c5c2190712689c2064aa
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/cpfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ int nilfs_cpfile_delete_checkpoints(struct inode *cpfile,
kaddr = kmap_atomic(header_bh->b_page, KM_USER0);
header = nilfs_cpfile_block_get_header(cpfile, header_bh,
kaddr);
le64_add_cpu(&header->ch_ncheckpoints, -tnicps);
le64_add_cpu(&header->ch_ncheckpoints, -(u64)tnicps);
nilfs_mdt_mark_buffer_dirty(header_bh);
nilfs_mdt_mark_dirty(cpfile);
kunmap_atomic(kaddr, KM_USER0);
Expand Down
Loading

0 comments on commit 9314622

Please sign in to comment.