Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74619
b: refs/heads/master
c: 7e46aa5
h: refs/heads/master
i:
  74617: eb6fab7
  74615: be86fbe
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 5, 2007
1 parent e163068 commit 4d3f5d8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3c50b3683a8efbf3b4b314209d86aed1a0c44d5b
refs/heads/master: 7e46aa5c8cb1347853de9ec86f3fa440f9dc9d77
3 changes: 2 additions & 1 deletion trunk/fs/bfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ static void bfs_delete_inode(struct inode *inode)
brelse(bh);

if (bi->i_dsk_ino) {
info->si_freeb += BFS_FILEBLOCKS(bi);
if (bi->i_sblock)
info->si_freeb += bi->i_eblock + 1 - bi->i_sblock;
info->si_freei++;
clear_bit(ino, info->si_imap);
dump_imap("delete_inode", s);
Expand Down

0 comments on commit 4d3f5d8

Please sign in to comment.