loop.c in 2.3.10

Mike (mike@oxlug.org)
Sat, 17 Jul 1999 18:02:26 +0100 (BST)


Should line 378:
if (!inode->i_op->bmap) {
instead read:
if (!inode->i_op->get_block) {
?
Or is the problem not that simple?

-- 
Mike <rickettm@ox.compsoc.net>

Use the Force, Luke.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/