]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/hfsplus/bitmap.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / fs / hfsplus / bitmap.c
index ad57f5991eb1f14e3ac24dafa207e440d6d74be3..1cad80c789cb42e5ebada89cc294c9e07fde0d22 100644 (file)
@@ -15,7 +15,8 @@
 
 #define PAGE_CACHE_BITS        (PAGE_CACHE_SIZE * 8)
 
-int hfsplus_block_allocate(struct super_block *sb, u32 size, u32 offset, u32 *max)
+int hfsplus_block_allocate(struct super_block *sb, u32 size,
+               u32 offset, u32 *max)
 {
        struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb);
        struct page *page;