Date: Sat, 29 Jun 2002 05:10:03 -0700 (PDT) From: David Schultz <dschultz@uclink.Berkeley.EDU> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/28465: Enabling softupdates on a clean but active filesystem can panic the kernel Message-ID: <200206291210.g5TCA3QM076518@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/28465; it has been noted by GNATS. From: David Schultz <dschultz@uclink.Berkeley.EDU> To: freebsd-gnats-submit@FreeBSD.org, umesh@juniper.net, dima@unixfreak.org Cc: Subject: Re: kern/28465: Enabling softupdates on a clean but active filesystem can panic the kernel Date: Sat, 29 Jun 2002 05:00:07 -0700 I suspect that after the filesystem is downgraded to read-only, there is still some dirty data in the buffer cache. In that case, tunefs does the right thing by merely checking that the filesystem is mounted read-only; mount does the wrong thing by returning before syncing the filesystem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206291210.g5TCA3QM076518>
