OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_5-4-g0c5afac
Gerrit Code Review
gerrit@openafs.org
Wed, 14 Aug 2013 07:40:30 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 0c5afaca547549e788d86962c7180d5de42488b5
Author: Marc Dionne <marc.dionne@your-file-system.com>
Date: Mon Jul 8 10:53:00 2013 -0400
Linux 3.11: Convert from readdir to iterate file operation
Convert the readdir function so that it can be used as the new
"iterate" file operation. This new operation is passed a context
that contains a pointer to the filldir function and the offset.
The context is passed into the new dir_emit function that will
call the function specified by the context.
The new dir_emit function returns true on success, so we must be
careful about how we check for failure since this is different
behaviour from what filldir currently does.
Reviewed-on: http://gerrit.openafs.org/10051
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
(cherry picked from commit 902b8809f03533ffa7731919930bb5178f77df6c)
Change-Id: I12dc2517af66b66b2de6b2cb01d39e3a0cbc5fe2
Reviewed-on: http://gerrit.openafs.org/10118
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
acinclude.m4 | 1 +
src/afs/LINUX/osi_vnodeops.c | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository