[PATCH] reiserfs: fix null pointer deref
From: Chris Mason <mason@suse.com> From: Jeff Mahoney <jeffm@suse.de> fsstress manages to setup a sequence of events that allow an attempt to perform direct-io on a tail. bh_result->b_page == NULL, which causes the PageLocked and PageWriteback checks to perform a NULL deref, causing the oops.
Showing
Please register or sign in to comment