Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomai
  • ipipe
  • Repository

Switch branch/tag
  • ipipe
  • fs
  • ext4
  • namei.c
Find file BlameHistoryPermalink
  • Theodore Ts'o's avatar
    ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir() · 64044abf
    Theodore Ts'o authored Feb 09, 2013
    
    
    The ext4_unlink() and ext4_rmdir() don't actually release the blocks
    associated with the file/directory.  This gets done in a separate jbd2
    handle called via ext4_evict_inode().  Thus, we don't need to reserve
    lots of journal credits for the truncate.
    
    Note that using too many journal credits is non-optimal because it can
    leading to the journal transmit getting closed too early, before it is
    strictly necessary.
    Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
    Reviewed-by: default avatarJan Kara <jack@suse.cz>
    64044abf

Replace namei.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Imprint & Privacy Policy