Marcus Meissner
0621383d81
update to lvm2-2.02.111 OBS-URL: https://build.opensuse.org/request/show/251781 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=104
27 lines
978 B
Diff
27 lines
978 B
Diff
Index: LVM2.2.02.111/lib/device/dev-io.c
|
|
===================================================================
|
|
--- LVM2.2.02.111.orig/lib/device/dev-io.c
|
|
+++ LVM2.2.02.111/lib/device/dev-io.c
|
|
@@ -31,7 +31,7 @@
|
|
# undef WNOHANG /* Avoid redefinition */
|
|
# undef WUNTRACED /* Avoid redefinition */
|
|
# define _LINUX_AUDIT_H_ /* Avoid inclusion */
|
|
-# include <linux/fs.h> /* For block ioctl definitions */
|
|
+# include <sys/mount.h> /* For block ioctl definitions */
|
|
# define BLKSIZE_SHIFT SECTOR_SHIFT
|
|
# ifndef BLKGETSIZE64 /* fs.h out-of-date */
|
|
# define BLKGETSIZE64 _IOR(0x12, 114, size_t)
|
|
Index: LVM2.2.02.111/lib/filters/filter-type.c
|
|
===================================================================
|
|
--- LVM2.2.02.111.orig/lib/filters/filter-type.c
|
|
+++ LVM2.2.02.111/lib/filters/filter-type.c
|
|
@@ -14,7 +14,7 @@
|
|
*/
|
|
#include <sys/ioctl.h>
|
|
#define _LINUX_AUDIT_H_
|
|
-#include <linux/fs.h>
|
|
+#include <sys/mount.h>
|
|
#undef MAJOR
|
|
#undef MINOR
|
|
#undef MKDEV
|