Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156972
b: refs/heads/master
c: a924586
h: refs/heads/master
v: v3
  • Loading branch information
Ryusuke Konishi committed Aug 18, 2009
1 parent 18dce67 commit 27c36c8
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: 1154ecbd2f8298ef75609f5f8ed5aca96be599fb
refs/heads/master: a924586036833086b262a371b09d1266c23bb4d1
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/the_nilfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ nilfs_detach_writer(struct the_nilfs *nilfs, struct nilfs_sb_info *sbi)

static inline void nilfs_put_sbinfo(struct nilfs_sb_info *sbi)
{
if (!atomic_dec_and_test(&sbi->s_count))
if (atomic_dec_and_test(&sbi->s_count))
kfree(sbi);
}

Expand Down

0 comments on commit 27c36c8

Please sign in to comment.