···8989 * 9090 * Calls specialized functions for each of the three possible9191 * datastream regions.9292- *9393- * 2001-11-15 Will Dyson9492 */9593int9694befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
+1-2
fs/befs/io.c
···1919/*2020 * Converts befs notion of disk addr to a disk offset and uses2121 * linux kernel function sb_bread() to get the buffer containing2222- * the offset. -Will Dyson2323- *2222+ * the offset.2423 */25242625struct buffer_head *
-3
fs/befs/linuxvfs.c
···110110 * Used by many higher level functions.111111 *112112 * Calls befs_fblock2brun() in datastream.c to do the real work.113113- *114114- * -WD 10-26-01115113 */116114117115static int···780782 * Linux 2.4.10 and later refuse to read blocks smaller than781783 * the logical block size for the device. But we also need to read at782784 * least 1k to get the second 512 bytes of the volume.783783- * -WD 10-26-01784785 */ 785786 blocksize = sb_min_blocksize(sb, 1024);786787 if (!blocksize) {