OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_70-1-g7a5cee3
Gerrit Code Review
gerrit@openafs.org
Sun, 24 Jan 2010 21:40:24 -0800 (PST)
The following commit has been merged in the master branch:
commit 7a5cee30cc5f0e6d5780387633ce2b46608fd5fb
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Mon Jan 25 00:02:11 2010 +0000
Linux: Handle llseek failure
If llseek fails, then we return immediately, potentially leaving the
wrong address space configured for this process, and without resetting
the processes saved limits.
Fix this by creating a common exit point for osi_rdwr, and using it.
Change-Id: Ifff8cb0155f92a4130d21828d5ee2d2a55c09195
Reviewed-on: http://gerrit.openafs.org/1155
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/LINUX/osi_file.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository