Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • fs
  • xfs
  • xfs_dir2_node.c
Find file BlameHistoryPermalink
  • Mandy Kirkconnell's avatar
    [XFS] Fix nused counter. It's currently getting set to -1 rather than · 477829ef
    Mandy Kirkconnell authored Jun 09, 2006
    
    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: default avatarMandy Kirkconnell <alkirkco@sgi.com>
    Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
    477829ef