Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28437
b: refs/heads/master
c: 477829e
h: refs/heads/master
i:
  28435: 268c597
v: v3
  • Loading branch information
Mandy Kirkconnell authored and Nathan Scott committed Jun 9, 2006
1 parent ec11c59 commit 7995b62
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: 421ad134583bff86c0ae068e2ddcb17f530957ab
refs/heads/master: 477829ef2e9e831c56c98948cfef6dfcec305c3a
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_dir2_node.c
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ xfs_dir2_leafn_remove(
/*
* One less used entry in the free table.
*/
free->hdr.nused = cpu_to_be32(-1);
be32_add(&free->hdr.nused, -1);
xfs_dir2_free_log_header(tp, fbp);
/*
* If this was the last entry in the table, we can
Expand Down

0 comments on commit 7995b62

Please sign in to comment.