From 17ce9fb15acdf6e3c8c6720e5e185d21f116cb5f Mon Sep 17 00:00:00 2001 From: sageweil Date: Tue, 27 Nov 2007 23:03:01 +0000 Subject: [PATCH] crush symlinks git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2124 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/kernel/crush/crush.c | 1 + trunk/ceph/kernel/crush/crush.h | 1 + trunk/ceph/kernel/crush/hash.h | 1 + trunk/ceph/kernel/crush/mapper.c | 1 + trunk/ceph/kernel/crush/mapper.h | 1 + 5 files changed, 5 insertions(+) create mode 120000 trunk/ceph/kernel/crush/crush.c create mode 120000 trunk/ceph/kernel/crush/crush.h create mode 120000 trunk/ceph/kernel/crush/hash.h create mode 120000 trunk/ceph/kernel/crush/mapper.c create mode 120000 trunk/ceph/kernel/crush/mapper.h diff --git a/trunk/ceph/kernel/crush/crush.c b/trunk/ceph/kernel/crush/crush.c new file mode 120000 index 0000000000000..6370414bf5767 --- /dev/null +++ b/trunk/ceph/kernel/crush/crush.c @@ -0,0 +1 @@ +../../crush/crush.c \ No newline at end of file diff --git a/trunk/ceph/kernel/crush/crush.h b/trunk/ceph/kernel/crush/crush.h new file mode 120000 index 0000000000000..902e099a23579 --- /dev/null +++ b/trunk/ceph/kernel/crush/crush.h @@ -0,0 +1 @@ +../../crush/crush.h \ No newline at end of file diff --git a/trunk/ceph/kernel/crush/hash.h b/trunk/ceph/kernel/crush/hash.h new file mode 120000 index 0000000000000..8e7f6b49277f2 --- /dev/null +++ b/trunk/ceph/kernel/crush/hash.h @@ -0,0 +1 @@ +../../crush/hash.h \ No newline at end of file diff --git a/trunk/ceph/kernel/crush/mapper.c b/trunk/ceph/kernel/crush/mapper.c new file mode 120000 index 0000000000000..0b5a7645d5ce8 --- /dev/null +++ b/trunk/ceph/kernel/crush/mapper.c @@ -0,0 +1 @@ +../../crush/mapper.c \ No newline at end of file diff --git a/trunk/ceph/kernel/crush/mapper.h b/trunk/ceph/kernel/crush/mapper.h new file mode 120000 index 0000000000000..6b11113006845 --- /dev/null +++ b/trunk/ceph/kernel/crush/mapper.h @@ -0,0 +1 @@ +../../crush/mapper.h \ No newline at end of file -- 2.39.5