search for: 18f284b2de93

Displaying 1 result from an estimated 1 matches for "18f284b2de93".

2008 Feb 13
2
[PATCH] btrfs: fixes for kobject changes in mainline
...kernels. Also, the lifetime rules for your kobjects seem very suspect. Especially as you have a completion handler for your release functions. I can rework this if needed too. Time to go download the userspace tools to make sure I don't break anything really badly... diff -u btrfs-unstable-18f284b2de93.orig/sysfs.c btrfs-unstable-18f284b2de93/sysfs.c --- btrfs-unstable-18f284b2de93.orig/sysfs.c 2008-02-06 07:00:57.000000000 -0800 +++ btrfs-unstable-18f284b2de93/sysfs.c 2008-02-06 08:54:53.000000000 -0800 @@ -184,7 +184,8 @@ .release = btrfs_super_release, }; -static struct kset btrfs_kset; +...