From: Derrick Brashear Date: Mon, 6 Nov 2000 15:09:13 +0000 (+0000) Subject: linux24-missing-endif-20001106 X-Git-Tag: BP-openafs-stable-1_0_x~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d5291b6eeea6e46bde68039f828e4be2f8888e94;p=packages%2Fo%2Fopenafs.git linux24-missing-endif-20001106 missing endif. these problems won't happen when I have the testing hardware, obviously;-) --- diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index 1c4518162..1d1a59727 100644 --- a/src/afs/LINUX/osi_vnodeops.c +++ b/src/afs/LINUX/osi_vnodeops.c @@ -1099,6 +1099,7 @@ struct dentry * afs_linux_follow_link(struct dentry *dp, AFS_GUNLOCK(); return res; } +#endif /* afs_linux_readpage * all reads come through here. A strategy-like read call.