dynamically allocate private part
[unix-history] / usr / src / sys / ufs / ffs / ffs_alloc.c
index 8c74a0f..3095be9 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ffs_alloc.c 7.29 (Berkeley) %G%
+ *     @(#)ffs_alloc.c 7.30 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
@@ -584,7 +584,7 @@ ffs_fragextend(ip, cg, bprev, osize, nsize)
  * Check to see if a block of the apprpriate size is available,
  * and if it is, allocate it.
  */
  * Check to see if a block of the apprpriate size is available,
  * and if it is, allocate it.
  */
-daddr_t
+static daddr_t
 ffs_alloccg(ip, cg, bpref, size)
        struct inode *ip;
        int cg;
 ffs_alloccg(ip, cg, bpref, size)
        struct inode *ip;
        int cg;