summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfsnode.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-10-15 07:42:34 +0000
committerphk <phk@FreeBSD.org>1997-10-15 07:42:34 +0000
commit64c4a51f160972b87744cee817202f768d309a42 (patch)
tree1d5cf2586fa122117a6075168a02a768a47b7462 /sys/nfs/nfsnode.h
parent0796f1cc965c5a9391c18de0fccd9990aceeb446 (diff)
downloadFreeBSD-src-64c4a51f160972b87744cee817202f768d309a42.zip
FreeBSD-src-64c4a51f160972b87744cee817202f768d309a42.tar.gz
When the default vnops funtion is vn_default_error(), there is no reason to
implement small functions that just return EOPNOTSUPP for things we don't do. The removed functions only apply to UFS based filesystems anyway.
Diffstat (limited to 'sys/nfs/nfsnode.h')
-rw-r--r--sys/nfs/nfsnode.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h
index 12553ef..38686ff 100644
--- a/sys/nfs/nfsnode.h
+++ b/sys/nfs/nfsnode.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfsnode.h 8.9 (Berkeley) 5/14/95
- * $Id: nfsnode.h,v 1.20 1997/04/04 17:49:35 dfr Exp $
+ * $Id: nfsnode.h,v 1.21 1997/05/19 14:36:51 dfr Exp $
*/
@@ -173,8 +173,6 @@ int nfs_reclaim __P((struct vop_reclaim_args *));
#define nfs_lock ((int (*) __P((struct vop_lock_args *)))vop_sharedlock)
#define nfs_unlock ((int (*) __P((struct vop_unlock_args *)))vop_nounlock)
#define nfs_islocked ((int (*) __P((struct vop_islocked_args *)))vop_noislocked)
-#define nfs_reallocblks \
- ((int (*) __P((struct vop_reallocblks_args *)))eopnotsupp)
/* other stuff */
int nfs_removeit __P((struct sillyrename *));
OpenPOWER on IntegriCloud