[bug]: extra put_filesystem() call in read_super

Amit S. Kale (akale@veritas.com)
Mon, 24 Apr 2000 15:25:02 +0530


Hi,

read_super calls put_filesystem if type->read_super returns null.
do_mount also calls put_filesystem if read_super returns null.
Hence put_filesystem is called twice if mount fails agains get_fs_type called
once.

read_super should not call put_filesystem.

Regards.

-- 
Amit Kale
Veritas Software ( http://www.veritas.com )

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