From 15d45e76bb3787dc8490aa382d786f86a782fe4e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 30 Sep 2009 12:53:49 -0700 Subject: [PATCH] kclient: include new files in patch set --- src/TODO | 2 +- src/kernel/import_patch_set_into_linux_git.sh | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/TODO b/src/TODO index e17565d4bec83..5e9d6a17cd2f1 100644 --- a/src/TODO +++ b/src/TODO @@ -29,7 +29,7 @@ v0.16 - ceph_buffer and vmalloc? - ceph_i_test - bit ops in messenger -- name args in ceph_osd_op union +/- name args in ceph_osd_op union bugs - mislinked directory? diff --git a/src/kernel/import_patch_set_into_linux_git.sh b/src/kernel/import_patch_set_into_linux_git.sh index ee5cc3706a760..16446e43927d5 100755 --- a/src/kernel/import_patch_set_into_linux_git.sh +++ b/src/kernel/import_patch_set_into_linux_git.sh @@ -34,14 +34,17 @@ Mount options, syntax. EOF git add $target/ceph/ceph_fs.h +git add $target/ceph/ceph_fs.c git add $target/ceph/msgr.h git add $target/ceph/rados.h +git add $target/ceph/ceph_strings.c git commit -s -F - <