diff options
-rw-r--r-- | fs/xfs/xfs_dir2_node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dir2_node.c b/fs/xfs/xfs_dir2_node.c index a8d483c0a84c..b1f85cc7795a 100644 --- a/fs/xfs/xfs_dir2_node.c +++ b/fs/xfs/xfs_dir2_node.c | |||
@@ -972,7 +972,7 @@ xfs_dir2_leafn_remove( | |||
972 | /* | 972 | /* |
973 | * One less used entry in the free table. | 973 | * One less used entry in the free table. |
974 | */ | 974 | */ |
975 | free->hdr.nused = cpu_to_be32(-1); | 975 | be32_add(&free->hdr.nused, -1); |
976 | xfs_dir2_free_log_header(tp, fbp); | 976 | xfs_dir2_free_log_header(tp, fbp); |
977 | /* | 977 | /* |
978 | * If this was the last entry in the table, we can | 978 | * If this was the last entry in the table, we can |