RE: [PATCH/RFC] Lustre VFS patch

From: braam
Date: Fri May 28 2004 - 11:59:45 EST


Hi Arjan,

> -----Original Message-----
> From: Arjan van de Ven [mailto:arjanv@xxxxxxxxxx]
>
> fun question: how does it deal with say a rename that would
> span mounts on the client but wouldn't on the server? :)


Mostly checks are done like in sys_rename.

Some cases require new distributed state in the FS, such as the fact that a
certain directory is a mountpoint, possibly not on the node doing a rename,
but on another node.

For this the Linux VFS has no api - we added something we call "pinning" for
this in 2.4, but not in 2.6 yet.

- Peter -

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/