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: N"Theodore Ts'o" <tytso@mit.edu>
Showing
想要评论请 注册 或 登录
The bio_alloc() function can return NULL if the memory allocation
fails. So we need to check for this.
Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>