From 4af5c26b37ed87290e19895b549b9dd0ba35b4a9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 9 Jul 2008 22:23:47 -0700 Subject: [PATCH] todo --- src/TODO | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/TODO b/src/TODO index de923208ba23b..3c45865728ac7 100644 --- a/src/TODO +++ b/src/TODO @@ -235,9 +235,19 @@ todo - (dir) inode versions.. - cdir fetch/store versioned dentries -- migrator import/export of versioned dentries, inodes... drop them on export... - emetablob.. journaling a versioned update.. + [0,head] foo + becomes + [0,10] foo + [11,head] foo + and blob contains simply + [11,head] foo + that means replay _AND_ fetch have to convert the [0,head] foo into [0,10] foo. +? + +- migrator import/export of versioned dentries, inodes... drop them on export... + - path_traverse handling of .snapshot? primary file link -> old inode -- 2.39.5