Skip to content

Commit 50b00fc

Browse files
committed
befs: remove signatures from comments
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]>
1 parent 12ecb38 commit 50b00fc

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

fs/befs/datastream.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ befs_read_datastream(struct super_block *sb, const befs_data_stream *ds,
8989
*
9090
* Calls specialized functions for each of the three possible
9191
* datastream regions.
92-
*
93-
* 2001-11-15 Will Dyson
9492
*/
9593
int
9694
befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,

fs/befs/io.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
/*
2020
* Converts befs notion of disk addr to a disk offset and uses
2121
* linux kernel function sb_bread() to get the buffer containing
22-
* the offset. -Will Dyson
23-
*
22+
* the offset.
2423
*/
2524

2625
struct buffer_head *

fs/befs/linuxvfs.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ befs_bmap(struct address_space *mapping, sector_t block)
110110
* Used by many higher level functions.
111111
*
112112
* Calls befs_fblock2brun() in datastream.c to do the real work.
113-
*
114-
* -WD 10-26-01
115113
*/
116114

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

0 commit comments

Comments
 (0)