]> git.neil.brown.name Git - LaFS.git/commit
roll: change handling of distinction between rename to existing and non-existing...
authorNeilBrown <neilb@suse.de>
Fri, 4 Mar 2011 01:47:29 +0000 (12:47 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 4 Mar 2011 01:47:29 +0000 (12:47 +1100)
commit37fae20098ae960615a195973ee6e136fcd2308a
treeac21f9a4576d42637422279c90203eeacc4665d7
parent617e9b586999c49fdda3287e93b82990b966d82f
roll: change handling of distinction between rename to existing and non-existing name

Having DIROP_REN_TARGET_OLD and DIROP_REN_TARGET_NEW is not needed as
the miniblock also holds the inode number from the target which can be
zero or non-zero.
So remove that distinction and just use the inode number.

Signed-off-by: NeilBrown <neilb@suse.de>
dir.c
layout.h
roll.c