]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: added crush.h for the git import tool
authorYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 21 Oct 2008 00:00:12 +0000 (17:00 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 21 Oct 2008 00:00:12 +0000 (17:00 -0700)
src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh

index a85e6819e9562209838b1f709782f03d96105682..9edfb421a7adf613f328ccb9994dd5a172633cce 100755 (executable)
@@ -8,8 +8,10 @@ test -e $cephtree/src/kernel/super.h || exit 0
 
 # copy into the tree
 mkdir fs/ceph
+mkdir fs/ceph/crush
 cp $cephtree/src/kernel/*.[ch] fs/ceph
 cp $cephtree/src/kernel/Makefile fs/ceph
+cp $cephtree/src/kernel/crush/crush.h fs/ceph/crush
 git apply $cephtree/src/kernel/kbuild.patch
 
 # build the patch sequence