From owner-freebsd-current@FreeBSD.ORG Tue Jan 27 10:40:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D3AA16A4CE for ; Tue, 27 Jan 2004 10:40:56 -0800 (PST) Received: from beastie.mckusick.com (beastie.mckusick.com [209.31.233.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD6643D3F for ; Tue, 27 Jan 2004 10:40:17 -0800 (PST) (envelope-from mckusick@beastie.mckusick.com) Received: from beastie.mckusick.com (localhost [127.0.0.1]) by beastie.mckusick.com (8.12.8/8.12.3) with ESMTP id i0RIdvok034970; Tue, 27 Jan 2004 10:40:00 -0800 (PST) (envelope-from mckusick@beastie.mckusick.com) Message-Id: <200401271840.i0RIdvok034970@beastie.mckusick.com> To: Wiktor Niesiobedzki In-Reply-To: Your message of "Tue, 27 Jan 2004 15:54:32 +0100." <20040127145432.GC95463@mail.evip.pl> Date: Tue, 27 Jan 2004 10:39:57 -0800 From: Kirk McKusick X-Mailman-Approved-At: Wed, 28 Jan 2004 06:12:04 -0800 cc: freebsd-current@freebsd.org cc: Kimura Fuyuki Subject: Re: mksnap slashes acls option? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 18:40:56 -0000 > Date: Tue, 27 Jan 2004 15:54:32 +0100 > From: Wiktor Niesiobedzki > To: Kimura Fuyuki > Cc: freebsd-current@freebsd.org, Kirk McKusick > Subject: Re: mksnap slashes acls option? > In-Reply-To: <86zncjqv5c.wl%fuyuki@nigredo.org> > X-ASK-Info: Confirmed by User > > On Tue, Jan 20, 2004 at 10:13:51AM +0900, Kimura Fuyuki wrote: > > Something dangerous seems to happen... > > > > # mdmfs -s 1m -o acls md1 /mnt > > # mount > > > > /dev/md1 on /mnt (ufs, local, soft-updates, acls) > > # mksnap_ffs /mnt /mnt/.snap/snap > > # mount > > > > /dev/md1 on /mnt (ufs, local, soft-updates) > > !!!! > > Ooh, where is the acls option?? > > > Some small patch to mksnap_ffs to correct this bug. > > Can someone review this and commit? > > > Cheers, > > Wiktor Niesiobedzki I have checked in your proposed change. Kirk McKusick =-=-=-=-=-= From: Kirk McKusick Date: Tue, 27 Jan 2004 10:28:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mksnap_ffs mksnap_ffs.c Delivery-Date: Tue Jan 27 10:37:28 2004 X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org mckusick 2004/01/27 10:28:11 PST FreeBSD src repository Modified files: sbin/mksnap_ffs mksnap_ffs.c Log: Preserve acls option on mounts when taking a snapshot. Submitted by: Wiktor Niesiobedzki Revision Changes Path 1.6 +5 -1 src/sbin/mksnap_ffs/mksnap_ffs.c