Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322341
b: refs/heads/master
c: 41b93bc
h: refs/heads/master
i:
  322339: c6d6f3a
v: v3
  • Loading branch information
Prasad Joshi committed Jul 23, 2012
1 parent 9f45abd commit 4c209d8
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: ddb24bbac3681b87ae0638aacb702d9273e3c025
refs/heads/master: 41b93bc1ee7e7276db698dd66afa7b740cda517a
2 changes: 1 addition & 1 deletion trunk/fs/logfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ static void logfs_put_super(struct super_block *sb)
{
struct logfs_super *super = logfs_super(sb);
/* kill the meta-inodes */
iput(super->s_master_inode);
iput(super->s_segfile_inode);
iput(super->s_master_inode);
iput(super->s_mapping_inode);
}

Expand Down

0 comments on commit 4c209d8

Please sign in to comment.