Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix a bunch of trivial sparse complaints.
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
|
|
Signed-off-by: Chris Mason <[email protected]>
|
|
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 <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
|
|
Signed-off-by: Chris Mason <[email protected]>
|
|
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
Signed-off-by: Chris Mason <[email protected]>
|
|
Signed-off-by: Chris Mason <[email protected]>
|
|
Signed-off-by: Chris Mason <[email protected]>
|
|
Signed-off-by: Chris Mason <[email protected]>
|
|
Almost none of the files including module.h need to do so,
remove them.
Include sched.h in extent-tree.c to silence a warning about cond_resched()
being undeclared.
Signed-off-by: Zach Brown <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
|
|
Signed-off-by: Chris Mason <[email protected]>
|
|
Signed-off-by: Chris Mason <[email protected]>
|