From: Sage Weil Date: Wed, 4 Mar 2009 16:51:14 +0000 (-0800) Subject: kclient: include ceph_ver.h in kernel patch series, package X-Git-Tag: v0.7~34^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7846f513aa37237713088a024f7daa6451971593;p=ceph.git kclient: include ceph_ver.h in kernel patch series, package --- diff --git a/src/Makefile.am b/src/Makefile.am index dc877e488cd..0e68448885c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -381,6 +381,7 @@ noinst_HEADERS = \ kernel/ceph_fs.h\ kernel/ceph_tools.c\ kernel/ceph_tools.h\ + kernel/ceph_ver.h\ kernel/crush/crush.c\ kernel/crush/crush.h\ kernel/crush/hash.h\ diff --git a/src/kernel/ceph_ver.h b/src/kernel/ceph_ver.h new file mode 120000 index 00000000000..c45f651f3e8 --- /dev/null +++ b/src/kernel/ceph_ver.h @@ -0,0 +1 @@ +../ceph_ver.h \ No newline at end of file diff --git a/src/kernel/import_patch_set_into_linux_git.sh b/src/kernel/import_patch_set_into_linux_git.sh index a468b89633b..a018995d655 100755 --- a/src/kernel/import_patch_set_into_linux_git.sh +++ b/src/kernel/import_patch_set_into_linux_git.sh @@ -44,6 +44,7 @@ EOF git add fs/ceph/types.h git add fs/ceph/super.h +git add fs/ceph/ceph_ver.h git commit -F - <