bmap in fs/umsdos/inode.c v2.3.9

Yavuz Selim Komur (komur@gnu.gen.tr)
Fri, 2 Jul 1999 15:57:24 +0300 (EEST)


Hello..

kernel 2.3.9 got an error when compile fs/umsdos/inode.c

function: umsdos_patch_dentry_inode()
line: 156

} else {
if (inode->i_op->bmap != NULL) {
________________________________________^^^^^^
inode->i_op = &umsdos_file_inode_operations;
} else {
inode->i_op = &umsdos_file_inode_operations_no_bmap;

Yavuz
---------------------------
The FORCE will be with you.
http://www.theforce.net

-
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/