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_log_recover.c
Find file BlameHistoryPermalink
  • Alex Elder's avatar
    xfs: avoid repeated pointer dereferences · e3bb2e30
    Alex Elder authored Apr 15, 2010
    
    
    In xlog_find_cycle_start() use a local variable for some repeated
    operations rather than constantly accessing the memory location
    whose address is passed in.
    
    (This version drops an assertion that a pointer is non-null.)
    Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
    Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
    e3bb2e30