summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/cnode.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-02-09 11:12:18 +0000
committerrwatson <rwatson@FreeBSD.org>2008-02-09 11:12:18 +0000
commitc06ae37dfb7827194ac4d58fd476d0330b7b0f6a (patch)
tree1a390f6262c27f4d224a347edcd7ea60d148675f /sys/fs/coda/cnode.h
parentd28692763b00bd949c4f739aaa21219790a74fec (diff)
downloadFreeBSD-src-c06ae37dfb7827194ac4d58fd476d0330b7b0f6a.zip
FreeBSD-src-c06ae37dfb7827194ac4d58fd476d0330b7b0f6a.tar.gz
Remove unused devtomp(), which exploited UFS-specific knowledge to find
the mountpoint for a specific device. This was implemented incorrectly, a bad idea in a fundamental sense, and also never used, so presumably a long-idle debugging function. MFC after: 1 month
Diffstat (limited to 'sys/fs/coda/cnode.h')
-rw-r--r--sys/fs/coda/cnode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/coda/cnode.h b/sys/fs/coda/cnode.h
index 297d538..414145d 100644
--- a/sys/fs/coda/cnode.h
+++ b/sys/fs/coda/cnode.h
@@ -191,9 +191,6 @@ int coda_vmflush(struct cnode *cp);
struct cnode *make_coda_node(CodaFid *fid, struct mount *vfsp, short type);
int coda_vnodeopstats_init(void);
-/* coda_vfsops.h */
-struct mount *devtomp(struct cdev *dev);
-
/* sigh */
#define CODA_RDWR ((u_long) 31)
OpenPOWER on IntegriCloud