Dominique Leuenberger 2013-04-03 19:32:32 +00:00 committed by Git OBS Bridge
parent c5d8392599
commit f2c642751f
2 changed files with 0 additions and 15 deletions

View File

@ -1,13 +0,0 @@
diff -ur open-vm-tools-9.2.2-893683/modules/linux/vmblock/linux/control.c open-vm-tools-9.2.2-893683.patched/modules/linux/vmblock/linux/control.c
--- open-vm-tools-9.2.2-893683/modules/linux/vmblock/linux/control.c 2012-11-01 00:59:58.000000000 +0100
+++ open-vm-tools-9.2.2-893683.patched/modules/linux/vmblock/linux/control.c 2013-04-03 20:50:08.349729641 +0200
@@ -293,7 +293,7 @@
retval = i < 0 ? -EINVAL : blockOp(name, blocker);
- putname(name);
+ __putname(name);
return retval;
}

View File

@ -10,8 +10,6 @@ Wed Apr 3 18:26:54 UTC 2013 - dimstar@opensuse.org
- Rebase open-vm-tools-kernel-3.6.patch: mostly fixed upstream.
- No longer build vmblock.ko: it's been obsoleted in favor of
vmblock-fuse.
- Add open-vm-tools-putname.patch: Change the putname symbol to
__putname, following what the kernel folks did back in 2.6.6.
Fixes bnc#803157.
-------------------------------------------------------------------