Displaying 3 results from an estimated 3 matches for "fs_subsi".
Did you mean:
fs_subsys
2007 Oct 17
0
[PATCH 3/3] sysfs compile fixup
Just use kobject_set_name(), that works in all kernels (I think...).
Kernels newer than 2.6.23 currently fail with:
/home/axboe/git/btrfs/btrfs-unstable/sysfs.c:188: error: unknown field
'name' specified in initializer
diff -r f89e7971692f sysfs.c
--- a/sysfs.c Mon Oct 15 16:22:39 2007 -0400
+++ b/sysfs.c Wed Oct 17 10:37:07 2007 +0200
@@ -184,9 +184,7 @@ static struct kobj_type
2009 Feb 09
1
Compiling fuse-2.7.3glfs10 - Error
Hi,
?I am trying to compile de fuse-2.7.3glfs10 and I receive the error
bellow when I execute de make command. I haven't any idea how to solve
this problem. I need --enable-kernel-module to reexport to NFS.
What can I do?
# cat /etc/SuSE-release
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 1
#HW - Dell PowerEdge 850
8GB RAM ECC
Intel(R) Xeon(R) CPU X3360
2008 Feb 13
2
[PATCH] btrfs: fixes for kobject changes in mainline
Here's a patch against the unstable tree that gets the code to build
against Linus's current tree (2.6.24-git12). This is needed as the
kobject/kset api has changed there.
I tried to make the smallest changes needed, and it builds and loads
successfully, but I don't have a btrfs volume anywhere (yet) to try to
see if things still work properly :)
Signed-off-by: Greg Kroah-Hartman