]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: test the correct variable in ext4_init_pageio()
authorDan Carpenter <error27@gmail.com>
Mon, 10 Jan 2011 17:10:44 +0000 (12:10 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:10:44 +0000 (12:10 -0500)
commit42cb01642e8e1769404be16701efd4d3384df1b4
tree828ccd332405a8334b18e3fb6b46c9d9bf8671a5
parent42262ebfa36f6fd06732776e4405976a63a8de65
ext4: test the correct variable in ext4_init_pageio()

This is a copy and paste error.  The intent was to check
"io_page_cachep".  We tested "io_page_cachep" earlier.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/page-io.c