]> git.baikalelectronics.ru Git - kernel.git/commit
remove detritus left by "mm: make read_cache_page synchronous"
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 28 May 2010 15:34:50 +0000 (11:34 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 28 May 2010 15:37:41 +0000 (11:37 -0400)
commit6740b46fcb9d3549e06066317cd99be034f9a26c
treef7d1cdf2f8c5875114d1db3d38c2bb6509c9ed68
parentcc6b5bc57d11762a050069518320a44655c3ec98
remove detritus left by "mm: make read_cache_page synchronous"

gets minix get_dir_page() in sync with its analogs; back in 2007
Nick has switched read_cache_page() and friends to sync behaviour
(i.e.  they wait for the page to get unlocked, check if it's uptodate
and if it isn't return ERR_PTR(-EIO) instead) and removed the
duplicate logics from the callers.  In case of fs/minix/dir.c he'd
removed only half of that...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/minix/dir.c