From: Al Viro <viro@ZenIV.linux.org.uk>
To: Ryusuke Konishi <ryusuke@osrg.net>
Cc: konishi.ryusuke@lab.ntt.co.jp, linux-kernel@vger.kernel.org,
linux-fsdevel@vger.kernel.org
Subject: Re: sget() misuse in nilfs
Date: Tue, 5 May 2009 17:37:37 +0100 [thread overview]
Message-ID: <20090505163737.GL8633@ZenIV.linux.org.uk> (raw)
In-Reply-To: <20090506.003729.89601025.ryusuke@osrg.net>
On Wed, May 06, 2009 at 12:37:29AM +0900, Ryusuke Konishi wrote:
> Oh, meaning of the (b) was ambiguous. How about the following one?
>
> b) Remounting an ro-mount to read-only is possible only if the
> checkpoint number of the target ro-mount is latest and there is no
> existent rw-mount.
>
> c) Remounting a snapshot to a different checkpoint is not allowed.
> Remounting a snapshot to an rw-mount is possible only if the
> target snapshot equals to the latest checkpoint.
That's really rather messy... Let's see if I've got it right:
* r/w -> r/w. Allowed.
* r/w -> r/o. Allowed.
* r/w -> snapshot. Not allowed.
* snapshot -> r/w. Allowed if it's the latest one and no r/w is there.
* snapshot -> r/o. It remains a snapshot, but says it has succeeded.
* snapshot -> snapshot. Only if it's the same.
* r/o -> r/w. Allowed [1]
* r/o -> r/o. Allowed.
* r/o -> snapshot. Allowed only if the snapshot number is the latest.
r/w can't coexist with r/o, but can coexist with any snapshots. Can't be
remounted to a snapshot directly, but can go through r/w->r/o->latest snapshot
in two mount -o remount.
"r/o" in the above means "read-only, SNAPSHOT flag not set".
What happens if you mount the thing r/w, remount it r/o and then try to
mount the latest snapshot? Will that give two superblocks or will it
reuse the r/o mount?
OTOH, what will happen if you take r/w mount, mount the latest snapshot and
then remount the r/w one to r/o?
[1] there couldn't have been new r/w mount while r/o one existed, snapshot
number couldn't have changed and the only possible transition *into* r/o is
from r/w, so another r/w superblock couldn't have survived since before our
superblock has become r/o.
next prev parent reply other threads:[~2009-05-05 16:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-03 22:51 sget() misuse in nilfs Al Viro
2009-05-04 17:11 ` Ryusuke Konishi
2009-05-05 8:18 ` Al Viro
2009-05-05 15:37 ` Ryusuke Konishi
2009-05-05 16:37 ` Al Viro [this message]
2009-05-06 6:28 ` Ryusuke Konishi
2009-05-06 16:09 ` Ryusuke Konishi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090505163737.GL8633@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=konishi.ryusuke@lab.ntt.co.jp \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ryusuke@osrg.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.