From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 18 21:46:27 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE26237B401; Fri, 18 Jul 2003 21:46:26 -0700 (PDT) Received: from bluejay.mail.pas.earthlink.net (bluejay.mail.pas.earthlink.net [207.217.120.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6324743F3F; Fri, 18 Jul 2003 21:46:26 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-38lc0tp.dialup.mindspring.com ([209.86.3.185] helo=mindspring.com) by bluejay.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19djbz-0003mm-00; Fri, 18 Jul 2003 21:46:24 -0700 Message-ID: <3F18CCE4.158B398B@mindspring.com> Date: Fri, 18 Jul 2003 21:45:24 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: csujun@21cn.com References: <20030718155108.17132.qmail@web41811.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4038dabeaae06adf1be542195cdc3b98f548b785378294e88350badd9bab72f9c350badd9bab72f9c cc: hackers@freebsd.org cc: current@freebsd.org Subject: Re: MSDOSFS patch of dirty flag (Darwin Import) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2003 04:46:27 -0000 Jun Su wrote: > I began to import some code from Darwin msdosfs. Here > is my first patch about the dirty flag. I patched the > msdosfs kernel module and fsck_msdos to enable the > flag. Can someone test it and checked in? Must I > submit a PR? > > From my own option, the new features of Darwin's > msdosfs are dirty flag, adv_lock and unicode name. I > will check them in the next week. Do these features > have chance to commit? Not if you never get them published. If you want to send attachments to the mailing list and have them get through, you need to send them as text/plain. The best way to see why your patches are not making it to the mailing list is to look at your last patch posting, and see what's difference between your signature and your file attachments, and make your file attachments look like your signature attachment (since it got through). On a side note, you probably do not want to corsspost between the -hackers and -current lists so much. A lot of us are subscribed to both of them, so we get two copies. For some of us, this triggers SPAM filtering, and we never see your posts, unless we save SPAM to a folder instead of deleting it, and go look at it occasionally. -- Terry