Skip to content

Commit

Permalink
befs: remove signatures from comments
Browse files Browse the repository at this point in the history
No idea why some comments have signatures. These predate git. Removing them
since they add noise and no information.

Signed-off-by: Luis de Bethencourt <[email protected]>
  • Loading branch information
luisbg committed Dec 22, 2016
1 parent 12ecb38 commit 50b00fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions fs/befs/datastream.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ befs_read_datastream(struct super_block *sb, const befs_data_stream *ds,
*
* Calls specialized functions for each of the three possible
* datastream regions.
*
* 2001-11-15 Will Dyson
*/
int
befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
Expand Down
3 changes: 1 addition & 2 deletions fs/befs/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
/*
* Converts befs notion of disk addr to a disk offset and uses
* linux kernel function sb_bread() to get the buffer containing
* the offset. -Will Dyson
*
* the offset.
*/

struct buffer_head *
Expand Down
3 changes: 0 additions & 3 deletions fs/befs/linuxvfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ befs_bmap(struct address_space *mapping, sector_t block)
* Used by many higher level functions.
*
* Calls befs_fblock2brun() in datastream.c to do the real work.
*
* -WD 10-26-01
*/

static int
Expand Down Expand Up @@ -782,7 +780,6 @@ befs_fill_super(struct super_block *sb, void *data, int silent)
* Linux 2.4.10 and later refuse to read blocks smaller than
* the logical block size for the device. But we also need to read at
* least 1k to get the second 512 bytes of the volume.
* -WD 10-26-01
*/
blocksize = sb_min_blocksize(sb, 1024);
if (!blocksize) {
Expand Down

0 comments on commit 50b00fc

Please sign in to comment.