ocfs2-tools-recent-kernels.patch 650 B

12345678910111213141516171819
  1. # git diff include/ocfs2-kernel/ocfs2_fs.h
  2. diff --git a/include/ocfs2-kernel/ocfs2_fs.h b/include/ocfs2-kernel/ocfs2_fs.h
  3. index 3eafb07..7bb954a 100644
  4. --- a/include/ocfs2-kernel/ocfs2_fs.h
  5. +++ b/include/ocfs2-kernel/ocfs2_fs.h
  6. @@ -1681,11 +1681,11 @@ static inline int ocfs2_sprintf_system_inode_name(char *buf, int len,
  7. return chars;
  8. }
  9. -static inline void ocfs2_set_de_type(struct ocfs2_dir_entry *de,
  10. +/*static inline void ocfs2_set_de_type(struct ocfs2_dir_entry *de,
  11. umode_t mode)
  12. {
  13. de->file_type = ocfs2_type_by_mode[(mode & S_IFMT)>>S_SHIFT];
  14. -}
  15. +}*/
  16. static inline int ocfs2_gd_is_discontig(struct ocfs2_group_desc *gd)
  17. {