Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe-x86
  • Repository
Switch branch/tag
  • ipipe-x86
  • fs
  • gfs2
  • rgrp.c
Find file BlameHistoryPermalink
  • Benjamin Marzinski's avatar
    GFS2: Don't withdraw on partial rindex entries · 55f0b4c5
    Benjamin Marzinski authored Jan 25, 2010
    
    
    ince gfs2 writes the rindex file a block at a time, and releases the
    exclusive lock after each block, it is possible that another process
    will grab the lock in the middle of the write.  Since rindex entries are
    not an even divisor of blocks, that other process may see partial
    entries.  On grows, this is fine.  The process can simply ignore the the
    partial entires. Previously, the code withdrew when it saw partial
    entries. Now it simply ignores them.
    
    Signed-off-by: default avatarBenjamin Marzinski <bmarzins@redhat.com>
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    55f0b4c5

Imprint & Privacy Policy