OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-640-g05d5f01
Gerrit Code Review
gerrit@openafs.org
Sat, 15 Jan 2011 15:01:33 -0800 (PST)
The following commit has been merged in the master branch:
commit 714b3ffb2258b316621415c2e81372dc48b4119d
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sat Jan 15 11:07:19 2011 -0500
vol: Fix ntops to provide expected semantics
nt_open() can be asked to open a file with a path containing
directory components that do not yet exist. Modify nt_open()
to automatically create directories if necessary.
nt_read() and nt_pread() should not treat partial reads due
to reaching EOF as an error. Instead, return the bytes read.
Change-Id: If088393a842d6f6d7ad901345e94e92d23f2321c
Reviewed-on: http://gerrit.openafs.org/3666
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/vol/ntops.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 46 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository