X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fext4%2Fmballoc.h;h=20b5e7bfebd175e27db63f959c0d5d89a9f929b0;hb=44183d4231a52a797beb477f962e1d361e31299d;hp=22bd4d7f289b834b277fb55ce92cefa019c9d354;hpb=255bae73b214f143a3c7cc74d4792eb166a10d46;p=cascardo%2Flinux.git diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index 22bd4d7f289b..20b5e7bfebd1 100644 --- a/fs/ext4/mballoc.h +++ b/fs/ext4/mballoc.h @@ -193,11 +193,6 @@ struct ext4_allocation_context { __u8 ac_op; /* operation, for history only */ struct page *ac_bitmap_page; struct page *ac_buddy_page; - /* - * pointer to the held semaphore upon successful - * block allocation - */ - struct rw_semaphore *alloc_semp; struct ext4_prealloc_space *ac_pa; struct ext4_locality_group *ac_lg; }; @@ -215,7 +210,6 @@ struct ext4_buddy { struct super_block *bd_sb; __u16 bd_blkbits; ext4_group_t bd_group; - struct rw_semaphore *alloc_semp; }; #define EXT4_MB_BITMAP(e4b) ((e4b)->bd_bitmap) #define EXT4_MB_BUDDY(e4b) ((e4b)->bd_buddy)