Re: [PATCH] fsync on unmounting root

2001-01-04 Thread Chris Mason
On Thursday, January 04, 2001 01:58:47 PM -0500 Alexander Viro <[EMAIL PROTECTED]> wrote: > On Thu, 4 Jan 2001, Chris Mason wrote: > >> Looks like the prerelease, and at least test13 don't fsync the device >> when someone does an unmount on / >> >> mount -o remount works, just unmounting the

Re: [PATCH] fsync on unmounting root

2001-01-04 Thread Alexander Viro
On Thu, 4 Jan 2001, Chris Mason wrote: > Hi guys, > > Looks like the prerelease, and at least test13 don't fsync the device when > someone does an unmount on / > > mount -o remount works, just unmounting the root misses the fsync. > > This patch works for me: > > -chris > > ---

[PATCH] fsync on unmounting root

2001-01-04 Thread Chris Mason
Hi guys, Looks like the prerelease, and at least test13 don't fsync the device when someone does an unmount on / mount -o remount works, just unmounting the root misses the fsync. This patch works for me: -chris --- linux/fs/super.c.1 Thu Jan 4 13:38:55 2001 +++ linux/fs/super.cThu Jan

[PATCH] fsync on unmounting root

2001-01-04 Thread Chris Mason
Hi guys, Looks like the prerelease, and at least test13 don't fsync the device when someone does an unmount on / mount -o remount works, just unmounting the root misses the fsync. This patch works for me: -chris --- linux/fs/super.c.1 Thu Jan 4 13:38:55 2001 +++ linux/fs/super.cThu Jan

Re: [PATCH] fsync on unmounting root

2001-01-04 Thread Alexander Viro
On Thu, 4 Jan 2001, Chris Mason wrote: Hi guys, Looks like the prerelease, and at least test13 don't fsync the device when someone does an unmount on / mount -o remount works, just unmounting the root misses the fsync. This patch works for me: -chris --- linux/fs/super.c.1

Re: [PATCH] fsync on unmounting root

2001-01-04 Thread Chris Mason
On Thursday, January 04, 2001 01:58:47 PM -0500 Alexander Viro [EMAIL PROTECTED] wrote: On Thu, 4 Jan 2001, Chris Mason wrote: Looks like the prerelease, and at least test13 don't fsync the device when someone does an unmount on / mount -o remount works, just unmounting the root misses