Commit d327e612 authored by Luis de Bethencourt's avatar Luis de Bethencourt

befs: fix typos in datastream.c

Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: default avatarSalah Triki <salah.triki@gmail.com>
parent 02d91f97
...@@ -37,7 +37,7 @@ static int befs_find_brun_dblindirect(struct super_block *sb, ...@@ -37,7 +37,7 @@ static int befs_find_brun_dblindirect(struct super_block *sb,
/** /**
* befs_read_datastream - get buffer_head containing data, starting from pos. * befs_read_datastream - get buffer_head containing data, starting from pos.
* @sb: Filesystem superblock * @sb: Filesystem superblock
* @ds: datastrem to find data with * @ds: datastream to find data with
* @pos: start of data * @pos: start of data
* @off: offset of data in buffer_head->b_data * @off: offset of data in buffer_head->b_data
* *
...@@ -115,7 +115,7 @@ befs_fblock2brun(struct super_block *sb, const befs_data_stream *data, ...@@ -115,7 +115,7 @@ befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
/** /**
* befs_read_lsmylink - read long symlink from datastream. * befs_read_lsmylink - read long symlink from datastream.
* @sb: Filesystem superblock * @sb: Filesystem superblock
* @ds: Datastrem to read from * @ds: Datastream to read from
* @buff: Buffer in which to place long symlink data * @buff: Buffer in which to place long symlink data
* @len: Length of the long symlink in bytes * @len: Length of the long symlink in bytes
* *
...@@ -183,7 +183,7 @@ befs_count_blocks(struct super_block *sb, const befs_data_stream *ds) ...@@ -183,7 +183,7 @@ befs_count_blocks(struct super_block *sb, const befs_data_stream *ds)
metablocks += ds->indirect.len; metablocks += ds->indirect.len;
/* /*
Double indir block, plus all the indirect blocks it mapps Double indir block, plus all the indirect blocks it maps.
In the double-indirect range, all block runs of data are In the double-indirect range, all block runs of data are
BEFS_DBLINDIR_BRUN_LEN blocks long. Therefore, we know BEFS_DBLINDIR_BRUN_LEN blocks long. Therefore, we know
how many data block runs are in the double-indirect region, how many data block runs are in the double-indirect region,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment