]> err.no Git - util-linux/commit
umount: do not sync() as the kernel does it by itself
authorPetr Uzel <petr.uzel@suse.cz>
Fri, 21 May 2010 12:18:31 +0000 (14:18 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 28 May 2010 12:29:26 +0000 (14:29 +0200)
commitff14168beedfc05598b77fe490bbbe347c4bf3cb
tree8d6853062e879d20878ed0ed31206aaefbc52aae
parent10852b82e292e8b1dafdd7ca10ffd6fa13437e94
umount: do not sync() as the kernel does it by itself

On Fri, May 21, 2010 at 08:00:09AM -0400, Christoph Hellwig wrote:
> On Fri, May 21, 2010 at 01:55:17PM +0200, Petr Uzel wrote:
> > SUSE-based distributions have the following patch for some time. More
> > info here: https://bugzilla.novell.com/show_bug.cgi?id=447036
> >
> > From the Novell bugzilla:
> > <quote>
> > > I cannot see any justification for that sync call at all so I'd
> > > probably just remove it.  Your
> > > patch is possibly safer so maybe it should be used as is.
> > </quote>
> >
> > So, does anybody know why/if the sync() is actually needed?
>
> It's not needed.  The kernel performs a sync by itself.

Thanks, Christoph.

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
mount/umount.c