]> git.michaelhowe.org Git - packages/o/openafs.git/commit
LINUX: Remove unused osi_fetchstore.c
authorAndrew Deason <adeason@sinenomine.net>
Wed, 9 May 2018 00:09:42 +0000 (19:09 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Sat, 2 Jun 2018 22:21:06 +0000 (18:21 -0400)
commit9a03d84434af4dc69afa3e165fe856e45bab8623
tree076d432e93d10e22388e0e664bbee9918ab821f9
parent92de7260ee45200b6832cb7f727a582fc37c3699
LINUX: Remove unused osi_fetchstore.c

Ever since commit ae5f411c (Linux 4.4: Do not use splice()), most of
osi_fetchstore.c has been '#if 0'd out. The only portion that isn't is
a function definition that is unreferenced (afs_linux_read_actor).

Remove the unused code, and other '#if 0' references to it; the code
can always be added back later when we can actually use it.

Reviewed-on: https://gerrit.openafs.org/13061
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 96a4bee20d42484148d163b85ca049dcc980a7a5)

Change-Id: I224a630f6f3f1d9e0d08a6cd7eae3d3b871b2bd6
Reviewed-on: https://gerrit.openafs.org/13074
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/LINUX/osi_fetchstore.c [deleted file]
src/afs/afs_fetchstore.c
src/afs/afs_prototypes.h
src/libafs/Makefile.common.in
src/libafs/MakefileProto.LINUX.in