aboutsummaryrefslogtreecommitdiffstats
path: root/fs/befs/linuxvfs.c
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2016-08-14 18:41:30 +0100
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-12-22 11:25:22 +0000
commit50b00fc468ddf9cb47a00b62c25fcbf86fcce56f (patch)
treef90e67855f78ef59a609762e51bffd2fb12803b7 /fs/befs/linuxvfs.c
parentbefs: fix style issues in header files (diff)
downloadlinux-dev-50b00fc468ddf9cb47a00b62c25fcbf86fcce56f.tar.xz
linux-dev-50b00fc468ddf9cb47a00b62c25fcbf86fcce56f.zip
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 <luisbg@osg.samsung.com>
Diffstat (limited to 'fs/befs/linuxvfs.c')
-rw-r--r--fs/befs/linuxvfs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c
index 25283f2cbe1f..8e4e18e10bdd 100644
--- a/fs/befs/linuxvfs.c
+++ b/fs/befs/linuxvfs.c
@@ -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
@@ -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) {