1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

upgrade a few packages to newer versions (includes patch by kaloz) - preparation for 2.6.22

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7507 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-06-05 22:46:02 +00:00
parent 035104fa52
commit 546d769c67
9 changed files with 8986 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
--- fuse.old/kernel/file.c 2007-01-28 21:25:02.000000000 +0000
+++ fuse.dev/kernel/file.c 2007-05-29 00:10:29.000000000 +0100
@@ -782,7 +782,7 @@
if (cmd == F_GETLK) {
if (fc->no_lock) {
#ifdef KERNEL_2_6_17_PLUS
- if (!posix_test_lock(file, fl, fl))
+ if (!posix_test_lock(file, fl))
fl->fl_type = F_UNLCK;
#else
struct file_lock *cfl = posix_test_lock(file, fl);