]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: rip out rename linkmerge support
authorSage Weil <sage.weil@dreamhost.com>
Thu, 3 Mar 2011 00:13:54 +0000 (16:13 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Thu, 3 Mar 2011 00:13:54 +0000 (16:13 -0800)
commitd467fbfd1714ef04faf41e604d6a78e33ef7fa10
tree9e2d0220e67ade5652b398e31fc3c41cf73fc57f
parent64186f995e8673afb29d6bfe9a44e52d2723a6f9
mds: rip out rename linkmerge support

It turns out POSIX says rename(a,b) is a no-op when a and b link to the
same inode.  This is super weird but good news because it means we can
rip out a bunch of poorly tested code.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/mds/Server.cc