[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <485BD780.5090103@LiPPERTEmbedded.de>
Date: Fri, 20 Jun 2008 18:14:56 +0200
From: Jens Rottmann <JRottmann@...PERTEmbedded.de>
To: Dave Hansen <dave@...ux.vnet.ibm.com>
CC: Al Viro <viro@...iv.linux.org.uk>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: "r/o bind mounts" patch in 2.6.26-rc6 changes (breaks?) error
behaviour
Dave Hansen wrote:
> ... requires a path walk ...
... which is spared only in the error path, the normal path still does the path walk anyway.
> Don't you *want* warnings when an 'rm -f' runs into a r/o filesystem? ;)
Well, not really. The "rm -f"s are in my startup scripts, supposed to delete stale lock files and lots of stuff that's usually not there unless something went wrong the last time. But most of the time, I leave the whole system mounted R/O, except some tmpfs, dead useful for kernel/hardware hacking/testing.
But now I get masses of error messages on bootup - guess I have to litter the scripts with "if [ -e ... ]; then"s or just live with it. :-|
Anyway, thanks for solving this mystery for me. :-)
Jens
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists