summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_btree.h
diff options
context:
space:
mode:
authorMandy Kirkconnell <alkirkco@sgi.com>2006-06-09 17:13:04 +1000
committerNathan Scott <nathans@sgi.com>2006-06-09 17:13:04 +1000
commit477829ef2e9e831c56c98948cfef6dfcec305c3a (patch)
tree9256a402252489fd3867d06b1379c1eca21738ac /fs/xfs/xfs_btree.h
parent421ad134583bff86c0ae068e2ddcb17f530957ab (diff)
downloadblackbird-obmc-linux-477829ef2e9e831c56c98948cfef6dfcec305c3a.tar.gz
blackbird-obmc-linux-477829ef2e9e831c56c98948cfef6dfcec305c3a.zip
[XFS] Fix nused counter. It's currently getting set to -1 rather than
getting decremented by 1. Since nused never reaches 0, the "if (!free->hdr.nused)" check in xfs_dir2_leafn_remove() fails every time and xfs_dir2_shrink_inode() doesn't get called when it should. This causes extra blocks to be left on an empty directory and the directory in unable to be converted back to inline extent mode. SGI-PV: 951958 SGI-Modid: xfs-linux-melb:xfs-kern:211382a Signed-off-by: Mandy Kirkconnell <alkirkco@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_btree.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud