From: Yehuda Sadeh Date: Tue, 21 Oct 2008 00:00:12 +0000 (-0700) Subject: kclient: added crush.h for the git import tool X-Git-Tag: v0.5~227 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe67dddda889655c7498ad6c064d6d672b270490;p=ceph.git kclient: added crush.h for the git import tool --- diff --git a/src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh b/src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh index a85e6819e956..9edfb421a7ad 100755 --- a/src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh +++ b/src/kernel/import_patch_set_into_linux_git_tree_in_cwd.sh @@ -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