From 27c36c88ebf192107559c21db23f738e42fb208b Mon Sep 17 00:00:00 2001 From: Ryusuke Konishi Date: Wed, 19 Aug 2009 00:29:43 +0900 Subject: [PATCH] --- yaml --- r: 156972 b: refs/heads/master c: a924586036833086b262a371b09d1266c23bb4d1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nilfs2/the_nilfs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2e406b6adb60..49f4f38716b6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1154ecbd2f8298ef75609f5f8ed5aca96be599fb +refs/heads/master: a924586036833086b262a371b09d1266c23bb4d1 diff --git a/trunk/fs/nilfs2/the_nilfs.h b/trunk/fs/nilfs2/the_nilfs.h index e8adbffc626f..1b9caafb8662 100644 --- a/trunk/fs/nilfs2/the_nilfs.h +++ b/trunk/fs/nilfs2/the_nilfs.h @@ -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); }