Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L lustre-release
  • 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
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • debian-packagesdebian-packages
  • lustre-release
  • Repository
Switch branch/tag
  • lustre-release
  • lustre
  • llite
  • llite_lib.c
Find file BlameHistoryPermalink
  • Mr NeilBrown's avatar
    LU-9679 llite: Discard LUSTRE_FPRIVATE() · 9e5cb57a
    Mr NeilBrown authored Nov 04, 2019
    
    
    The LUSTRE_FPRIVATE() macro adds no value.
    Instead of
      LUSTRE_FPRIVATE(file)
    use
      file->private_data
    
    which is shorter and more familiar, and widely used
    elsewhere in lustre.
    
    Also re-indent several functions where this was changed, to
    use TABs.
    Also join together some strings that were split across 2
    lines.
    
    Signed-off-by: default avatarMr NeilBrown <neilb@suse.de>
    Change-Id: I811aea8069b22beed15fd96d8c6bef8eca42defd
    Reviewed-on: https://review.whamcloud.com/36652
    
    
    Reviewed-by: default avatarShaun Tancheff <shaun.tancheff@hpe.com>
    Reviewed-by: default avatarArshad Hussain <arshad.super@gmail.com>
    Tested-by: default avatarjenkins <devops@whamcloud.com>
    Tested-by: default avatarMaloo <maloo@whamcloud.com>
    Reviewed-by: default avatarOleg Drokin <green@whamcloud.com>
    9e5cb57a

https://git.gsi.de is provided by CIT→Linux&Web | GSI Helmholtzzentrum fuer Schwerionenforschung GmbH | Imprint (in German) | Privacy policy