From dd7ff9dd4c11c816f7f09a4e0567f28ba558ba0e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 25 Feb 2009 11:10:43 -0800 Subject: [PATCH] kclient: include sysfs (and not proc) in kernel client patchset --- src/kernel/import_patch_set_into_linux_git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/import_patch_set_into_linux_git.sh b/src/kernel/import_patch_set_into_linux_git.sh index b749a8205c8e4..e7eb3a7c840d8 100755 --- a/src/kernel/import_patch_set_into_linux_git.sh +++ b/src/kernel/import_patch_set_into_linux_git.sh @@ -245,7 +245,7 @@ EOF git add fs/ceph/ceph_debug.h git add fs/ceph/ceph_tools.h git add fs/ceph/ceph_tools.c -git add fs/ceph/proc.c +git add fs/ceph/sysfs.c git commit -F - <