]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
befs: remove signatures from comments
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Sun, 14 Aug 2016 17:41:30 +0000 (18:41 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Thu, 22 Dec 2016 11:25:22 +0000 (11:25 +0000)
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>
fs/befs/datastream.c
fs/befs/io.c
fs/befs/linuxvfs.c

index b4c7ba013c0d6e752296599d6b29597e5dd13512..56c0564e67874ee353cb52dbd69cc3ae553bf88a 100644 (file)
@@ -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,
index a117ad88628f67610b655bea33841bab24ee4615..227cb86e07fe3a99afc45c1790a87671641eb5af 100644 (file)
@@ -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 *
index 25283f2cbe1fe6084a136f8bfc0df150b16c09c0..8e4e18e10bdd7e150caf519aa606fc4b57993f73 100644 (file)
@@ -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) {