diff options
Diffstat (limited to 'unmaintained/ocfs2-tools/ocfs2-tools-1.6.4-umode_t.patch')
-rw-r--r-- | unmaintained/ocfs2-tools/ocfs2-tools-1.6.4-umode_t.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unmaintained/ocfs2-tools/ocfs2-tools-1.6.4-umode_t.patch b/unmaintained/ocfs2-tools/ocfs2-tools-1.6.4-umode_t.patch new file mode 100644 index 0000000000..fb8b714082 --- /dev/null +++ b/unmaintained/ocfs2-tools/ocfs2-tools-1.6.4-umode_t.patch @@ -0,0 +1,12 @@ +--- 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]; + } + |