]> Git Repo - linux.git/commitdiff
Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux...
authorLinus Torvalds <[email protected]>
Tue, 26 Nov 2024 20:34:50 +0000 (12:34 -0800)
committerLinus Torvalds <[email protected]>
Tue, 26 Nov 2024 20:34:50 +0000 (12:34 -0800)
Pull gfs2 updates from Andreas Gruenbacher:

 - Fix the code that cleans up left-over unlinked files.

   Various fixes and minor improvements in deleting files cached or held
   open remotely.

 - Simplify the use of dlm's DLM_LKF_QUECVT flag.

 - A few other minor cleanups.

* tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: (21 commits)
  gfs2: Prevent inode creation race
  gfs2: Only defer deletes when we have an iopen glock
  gfs2: Simplify DLM_LKF_QUECVT use
  gfs2: gfs2_evict_inode clarification
  gfs2: Make gfs2_inode_refresh static
  gfs2: Use get_random_u32 in gfs2_orlov_skip
  gfs2: Randomize GLF_VERIFY_DELETE work delay
  gfs2: Use mod_delayed_work in gfs2_queue_try_to_evict
  gfs2: Update to the evict / remote delete documentation
  gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inode
  gfs2: Clean up delete work processing
  gfs2: Minor delete_work_func cleanup
  gfs2: Return enum evict_behavior from gfs2_upgrade_iopen_glock
  gfs2: Rename dinode_demise to evict_behavior
  gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE
  gfs2: Faster gfs2_upgrade_iopen_glock wakeups
  KMSAN: uninit-value in inode_go_dump (5)
  gfs2: Fix unlinked inode cleanup
  gfs2: Allow immediate GLF_VERIFY_DELETE work
  gfs2: Initialize gl_no_formal_ino earlier
  ...

1  2 
fs/gfs2/glock.c

diff --cc fs/gfs2/glock.c
index 4701c4aafbf4b40485bbacfd2c1132c8f8fccb25,8db92a36194a7d41ce77ef7b75f77c86b3ee4f30..8c4c1f871a8896f99ab37a7b84ed314af77c4cde
@@@ -34,7 -34,9 +34,8 @@@
  #include <linux/lockref.h>
  #include <linux/rhashtable.h>
  #include <linux/pid_namespace.h>
 -#include <linux/fdtable.h>
  #include <linux/file.h>
+ #include <linux/random.h>
  
  #include "gfs2.h"
  #include "incore.h"
This page took 0.065762 seconds and 4 git commands to generate.