diff options
Diffstat (limited to 'testing/ocfs2-tools/ocfs2-tools-1.6.4-umode_t.patch')
-rw-r--r-- | testing/ocfs2-tools/ocfs2-tools-1.6.4-umode_t.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/ocfs2-tools/ocfs2-tools-1.6.4-umode_t.patch b/testing/ocfs2-tools/ocfs2-tools-1.6.4-umode_t.patch deleted file mode 100644 index fb8b714082..0000000000 --- a/testing/ocfs2-tools/ocfs2-tools-1.6.4-umode_t.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ocfs2-tools-1.6.4/include/ocfs2-kernel/ocfs2_fs.h 2010-12-29 07:30:55.000000000 +0100 -+++ ocfs2-tools-1.6.4.n/include/ocfs2-kernel/ocfs2_fs.h 2012-04-23 19:13:46.402253336 +0200 -@@ -1638,7 +1638,7 @@ - } - - static inline void ocfs2_set_de_type(struct ocfs2_dir_entry *de, -- umode_t mode) -+ unsigned short mode) - { - de->file_type = ocfs2_type_by_mode[(mode & S_IFMT)>>S_SHIFT]; - } - |