ext4: add check to io_submit_init_bio
The bio_alloc() function can return NULL if the memory allocation
fails.  So we need to check for this.
Signed-off-by: 
"Theodore Ts'o" <tytso@mit.edu>
Loading
Please sign in to comment
The bio_alloc() function can return NULL if the memory allocation
fails.  So we need to check for this.
Signed-off-by: 
"Theodore Ts'o" <tytso@mit.edu>