summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2001-04-13 11:26:54 +0000
committerbp <bp@FreeBSD.org>2001-04-13 11:26:54 +0000
commitf9931b90b2954412c7cd6c13e6b52762719dad83 (patch)
treea38733bcb621abc309f48ac62a0249ead9daf3dc /sys/fs
parent7e6ce027ecf8060fa51ec90851742266d9103965 (diff)
downloadFreeBSD-src-f9931b90b2954412c7cd6c13e6b52762719dad83.zip
FreeBSD-src-f9931b90b2954412c7cd6c13e6b52762719dad83.tar.gz
Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/smbfs/smbfs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h
index 0b9d88b..5aa72da 100644
--- a/sys/fs/smbfs/smbfs.h
+++ b/sys/fs/smbfs/smbfs.h
@@ -34,8 +34,6 @@
#ifndef _SMBFS_SMBFS_H_
#define _SMBFS_SMBFS_H_
-#define VT_SMBFS 24
-
#define SMBFS_VERMAJ 1
#define SMBFS_VERMIN 1012
#define SMBFS_VERSION (SMBFS_VERMAJ*100000 + SMBFS_VERMIN)
@@ -71,11 +69,6 @@ struct smbfs_args {
MALLOC_DECLARE(M_SMBFSMNT);
#endif
-#ifndef VI_LOCK
-#define VI_LOCK(vp) smb_sl_lock(&(vp)->v_interlock)
-#define VI_UNLOCK(vp) smb_sl_unlock(&(vp)->v_interlock)
-#endif
-
struct smbnode;
struct smb_share;
struct u_cred;
OpenPOWER on IntegriCloud