Skip to content

Commit

Permalink
Winix 2.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
halfer53 committed Feb 6, 2021
1 parent c990b48 commit c7cd55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/rootfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static int release_block(struct block_buffer *buf){

static struct block_operations bops = {init_block, retrieve_block, flush_block, release_block};

#elif
#else

static int buffered_init_block(struct block_buffer *buf){
buf->block = (char*)get_free_page(GFP_HIGH);
Expand Down

0 comments on commit c7cd55f

Please sign in to comment.