commit | 143bede527b054a271053f41bfaca2b57baa9408 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Thu Mar 01 14:56:26 2012 +0100 |
committer | David Sterba <dsterba@suse.cz> | Thu Mar 22 01:45:34 2012 +0100 |
tree | 95c71d3705c73bf98e7a1547da35e70a44703c1e | |
parent | ffd7b33944f4573a063af7a55f8a5199c8185665 [diff] [blame] |
btrfs: return void in functions without error conditions Signed-off-by: Jeff Mahoney <jeffm@suse.com>
diff --git a/fs/btrfs/compression.h b/fs/btrfs/compression.h index a12059f..9afb0a6 100644 --- a/fs/btrfs/compression.h +++ b/fs/btrfs/compression.h
@@ -19,7 +19,7 @@ #ifndef __BTRFS_COMPRESSION_ #define __BTRFS_COMPRESSION_ -int btrfs_init_compress(void); +void btrfs_init_compress(void); void btrfs_exit_compress(void); int btrfs_compress_pages(int type, struct address_space *mapping,