Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
----
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
---
fs/locks.c | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
---- linux-2.6.16.13.orig/fs/locks.c
-+++ linux-2.6.16.13/fs/locks.c
-@@ -712,8 +712,9 @@ EXPORT_SYMBOL(posix_locks_deadlock);
+--- linux-2.6.16.16.orig/fs/locks.c
++++ linux-2.6.16.16/fs/locks.c
+@@ -714,8 +714,9 @@ EXPORT_SYMBOL(posix_locks_deadlock);
* at the head of the list, but that's secret knowledge known only to
* flock_lock_file and posix_lock_file.
*/
struct file_lock **before;
struct inode * inode = filp->f_dentry->d_inode;
int error = 0;
-@@ -728,17 +729,19 @@ static int flock_lock_file(struct file *
+@@ -730,17 +731,19 @@ static int flock_lock_file(struct file *
continue;
if (filp != fl->fl_file)
continue;
/*
* If a higher-priority process was blocked on the old file lock,
* give it the opportunity to lock the file.
-@@ -746,26 +749,27 @@ static int flock_lock_file(struct file *
+@@ -748,26 +751,27 @@ static int flock_lock_file(struct file *
if (found)
cond_resched();
return error;
}
-@@ -1529,9 +1533,7 @@ asmlinkage long sys_flock(unsigned int f
+@@ -1532,9 +1536,7 @@ asmlinkage long sys_flock(unsigned int f
error = flock_lock_file_wait(filp, lock);
out_free:
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
---
drivers/md/raid10.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---- linux-2.6.16.13.orig/drivers/md/raid10.c
-+++ linux-2.6.16.13/drivers/md/raid10.c
+--- linux-2.6.16.16.orig/drivers/md/raid10.c
++++ linux-2.6.16.16/drivers/md/raid10.c
@@ -1436,9 +1436,9 @@ static void raid10d(mddev_t *mddev)
sl--;
d = r10_bio->devs[sl].devnum;
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
---
drivers/block/ub.c | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
---- linux-2.6.16.13.orig/drivers/block/ub.c
-+++ linux-2.6.16.13/drivers/block/ub.c
+--- linux-2.6.16.16.orig/drivers/block/ub.c
++++ linux-2.6.16.16/drivers/block/ub.c
@@ -704,6 +704,9 @@ static void ub_cleanup(struct ub_dev *sc
kfree(lun);
}
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
---
drivers/net/via-rhine.c | 6 ++++++
1 file changed, 6 insertions(+)
---- linux-2.6.16.13.orig/drivers/net/via-rhine.c
-+++ linux-2.6.16.13/drivers/net/via-rhine.c
+--- linux-2.6.16.16.orig/drivers/net/via-rhine.c
++++ linux-2.6.16.16/drivers/net/via-rhine.c
@@ -129,6 +129,7 @@
- Massive clean-up
- Rewrite PHY, media handling (remove options, full_duplex, backoff)