]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: rename client/SnapRealm files to avoid automake build conflict
authorGreg Farnum <greg@inktank.com>
Wed, 16 Jan 2013 01:48:46 +0000 (17:48 -0800)
committerGreg Farnum <greg@inktank.com>
Tue, 5 Feb 2013 21:29:05 +0000 (13:29 -0800)
commit3e72893152a9ef7c72b510460a6c80cda043ad48
treea5bb2db5bed32a9c68f5046e05d120f14bbfd80d
parent08124fc72ecb25fd9d68ae0de2ed88386da0a6ee
client: rename client/SnapRealm files to avoid automake build conflict

We are about to move the MDS' SnapRealm into its own files, which conflicts.
The MDS is more important, so it wins the "SnapRealm" filename and we
move the client stuff to ClientSnapRealm.[h|cc].

Signed-off-by: Sage Weil <sage@inktank.com>
Signed-off-by: Greg Farnum <greg@inktank.com>
src/Makefile.am
src/client/Client.cc
src/client/ClientSnapRealm.cc [new file with mode: 0644]
src/client/ClientSnapRealm.h [new file with mode: 0644]
src/client/Inode.cc
src/client/SnapRealm.cc [deleted file]
src/client/SnapRealm.h [deleted file]