1. 15 May, 2024 1 commit
    • Nathan Chancellor's avatar
      f2fs: Add inline to f2fs_build_fault_attr() stub · 0d896828
      Nathan Chancellor authored
      When building without CONFIG_F2FS_FAULT_INJECTION, there is a warning
      from each file that includes f2fs.h because the stub for
      f2fs_build_fault_attr() is missing inline:
      
        In file included from fs/f2fs/segment.c:21:
        fs/f2fs/f2fs.h:4605:12: warning: 'f2fs_build_fault_attr' defined but not used [-Wunused-function]
         4605 | static int f2fs_build_fault_attr(struct f2fs_sb_info *sbi, unsigned long rate,
              |            ^~~~~~~~~~~~~~~~~~~~~
      
      Add the missing inline to resolve all of the warnings for this
      configuration.
      
      Fixes: 4ed886b1 ("f2fs: check validation of fault attrs in f2fs_build_fault_attr()")
      Signed-off-by: default avatarNathan Chancellor <nathan@kernel.org>
      Reviewed-by: default avatarChao Yu <chao@kernel.org>
      Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
      0d896828
  2. 11 May, 2024 3 commits
  3. 10 May, 2024 6 commits
  4. 09 May, 2024 5 commits
  5. 29 Apr, 2024 4 commits
  6. 25 Apr, 2024 3 commits
  7. 19 Apr, 2024 7 commits
  8. 14 Apr, 2024 2 commits
  9. 12 Apr, 2024 8 commits
  10. 09 Apr, 2024 1 commit