Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5812
b: refs/heads/master
c: 30db1ae
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp committed Aug 1, 2005
1 parent 14339e9 commit fd1e893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da28c12089dfcfb8695b6b555cdb8e03dda2b690
refs/heads/master: 30db1ae8640d3527ca7ac8df4bcbf14ccc6ae9cd
4 changes: 4 additions & 0 deletions trunk/fs/jfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ void jfs_delete_inode(struct inode *inode)
{
jfs_info("In jfs_delete_inode, inode = 0x%p", inode);

if (is_bad_inode(inode) ||
(JFS_IP(inode)->fileset != cpu_to_le32(FILESYSTEM_I)))
return;

if (test_cflag(COMMIT_Freewmap, inode))
jfs_free_zero_link(inode);

Expand Down

0 comments on commit fd1e893

Please sign in to comment.