[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1188568212.6649.75.camel@heimdal.trondhjem.org>
Date: Fri, 31 Aug 2007 09:50:12 -0400
From: Trond Myklebust <trond.myklebust@....uio.no>
To: Frank van Maarseveen <frankvm@...nkvm.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Jakob Oestergaard <jakob@...hought.net>,
Hua Zhong <hzhong@...il.com>,
'Linux Kernel Mailing List' <linux-kernel@...r.kernel.org>,
akpm@...ux-foundation.org
Subject: Re: recent nfs change causes autofs regression
On Fri, 2007-08-31 at 15:12 +0200, Frank van Maarseveen wrote:
> IMHO I'd only consider returning EBUSY when trying to mount _exactly_
> the same directory with different flags, not for arbitrary subtrees. The
> client should preferably not be bothered with server side disk
> partitioning (at least not beyond the obvious such as df output).
That is utterly inconsistent and confusing too.
If you have a filesystem "/foo" exported on the server "remote", then
why should
mount -oro remote:/foo
mount -orw remote:/foo/a
be allowed, but
mount -oro remote:/foo
mount -orw remote:/foo
be forbidden? The caching problems are the same. Telling the admin that
one is safe and the other is not, is just messing with his mind.
Trond
-
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