Subject: Re: sys/fs/union/union_vfsops.c tyop? (l_bfree -> l_files?)
To: Juan RP <juan@xtraeme.unixbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 05/22/2004 18:13:54
On May 22, 11:54pm, juan@xtraeme.unixbsd.org (Juan RP) wrote:
-- Subject: sys/fs/union/union_vfsops.c tyop? (l_bfree -> l_files?)
| Hi, is this patch right?
Yeah, I will apply it.
thanks,
christos
|
| Index: union_vfsops.c
| ===================================================================
| RCS file: /cvsroot/src/sys/fs/union/union_vfsops.c,v
| retrieving revision 1.15
| diff -u -r1.15 union_vfsops.c
| --- union_vfsops.c 22 May 2004 20:42:08 -0000 1.15
| +++ union_vfsops.c 22 May 2004 21:53:13 -0000
| @@ -482,7 +482,7 @@
| int error;
| struct union_mount *um = MOUNTTOUNIONMOUNT(mp);
| unsigned long l_bsize;
| - fsblkcnt_t l_blocks, l_bfree;
| + fsblkcnt_t l_blocks, l_files;
|
| #ifdef UNION_DIAGNOSTIC
| printf("union_statvfs(mp = %p, lvp = %p, uvp = %p)\n", mp,
|
| --
| Juan RP <juan@xtraeme.unixbsd.org>
|
| --Signature=_Sat__22_May_2004_23_54_48_+0200_DZ1gbVaRzpxnubTC
| Content-Type: application/pgp-signature; name="unnamed.txt"
|
| -----BEGIN PGP SIGNATURE-----
| Version: GnuPG v1.2.4 (NetBSD)
|
| iD8DBQFAr8wrypkLYVDran0RAm3MAJsEbdDuFgnVtHcZkGxjvlNl8UkumACggSv1
| V60SQUTRpEakxJRwr5wdSlQ=
| =agOH
| -----END PGP SIGNATURE-----
|
| --Signature=_Sat__22_May_2004_23_54_48_+0200_DZ1gbVaRzpxnubTC--
|
| --MIMEStream=_0+282215_83533374513476_3802155879
| Content-Type: text/sanitizer-log; charset="iso-8859-1"
| Content-Transfer-Encoding: 8bit
| Content-Disposition: attachment; filename="sanitizer.log"
|
| This message has been 'sanitized'. This means that potentially
| dangerous content has been rewritten or removed. The following
| log describes which actions were taken.
|
| Sanitizer (start="1085262938"):
| Forcing message to be multipart/mixed, to facilitate logging.
| Writer (pos="1832"):
| Part (pos="1951"):
| Part (pos="268"):
| SanitizeFile (filename="unnamed.txt", mimetype="text/plain"):
| Match (names="unnamed.txt", rule="2"):
| Enforced policy: accept
|
| Part (pos="1149"):
| SanitizeFile (filename="unnamed.txt", mimetype="application/pgp-signature"):
| No attachment name found, using default (unnamed.txt).
| Match (names="unnamed.txt", rule="2"):
| Enforced policy: accept
|
| Total modifications so far: 1
|
|
| Anomy 0.0.0 : Sanitizer.pm
| $Id: Sanitizer.pm,v 1.82 2004/01/12 18:02:35 bre Exp $
| $Id: gw.conf,v 1.14 2004/02/20 18:35:17 kim Exp $
|
| --MIMEStream=_0+282215_83533374513476_3802155879--
-- End of excerpt from Juan RP