Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143288
b: refs/heads/master
c: 3efb55b
h: refs/heads/master
v: v3
  • Loading branch information
Ryusuke Konishi committed Apr 13, 2009
1 parent e0905b1 commit 251852b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e7a7402c0d392dcadc74cae8922f8fae4667605a
refs/heads/master: 3efb55b496952e0d29a9ec66d0ceaab175c4e8ca
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/sufile.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ ssize_t nilfs_sufile_get_suinfo(struct inode *sufile, __u64 segnum,
si[i + j].sui_nblocks = le32_to_cpu(su->su_nblocks);
si[i + j].sui_flags = le32_to_cpu(su->su_flags) &
~(1UL << NILFS_SEGMENT_USAGE_ACTIVE);
if (nilfs_segment_is_active(nilfs, segnum + i + j))
if (nilfs_segment_is_active(nilfs, segnum + j))
si[i + j].sui_flags |=
(1UL << NILFS_SEGMENT_USAGE_ACTIVE);
}
Expand Down

0 comments on commit 251852b

Please sign in to comment.