PERFORCE change 150670 for review

Nick Barkas snb at FreeBSD.org
Mon Sep 29 21:18:11 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=150670

Change 150670 by snb at snb_toro on 2008/09/29 21:17:43

	Don't need a declaration for this function.

Affected files ...

.. //depot/projects/soc2008/snb-dirhash/sys-ufs-ufs/freebsd7/ufs_dirhash.c#3 edit
.. //depot/projects/soc2008/snb-dirhash/sys-ufs-ufs/ufs_dirhash.c#12 edit

Differences ...

==== //depot/projects/soc2008/snb-dirhash/sys-ufs-ufs/freebsd7/ufs_dirhash.c#3 (text+ko) ====

@@ -96,7 +96,6 @@
 static int ufsdirhash_findslot(struct dirhash *dh, char *name, int namelen,
 	   doff_t offset);
 static doff_t ufsdirhash_getprev(struct direct *dp, doff_t offset);
-static int ufsdirhash_destroy(struct dirhash *dh);
 static int ufsdirhash_recycle(int wanted);
 static void ufsdirhash_lowmem(void);
 

==== //depot/projects/soc2008/snb-dirhash/sys-ufs-ufs/ufs_dirhash.c#12 (text+ko) ====

@@ -98,7 +98,6 @@
 static int ufsdirhash_findslot(struct dirhash *dh, char *name, int namelen,
 	   doff_t offset);
 static doff_t ufsdirhash_getprev(struct direct *dp, doff_t offset);
-static int ufsdirhash_destroy(struct dirhash *dh);
 static int ufsdirhash_recycle(int wanted);
 static void ufsdirhash_lowmem(void);
 static void ufsdirhash_free_locked(struct inode *ip);


More information about the p4-projects mailing list