[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471197247-13550-8-git-send-email-luisbg@osg.samsung.com>
Date: Sun, 14 Aug 2016 18:54:07 +0100
From: Luis de Bethencourt <luisbg@....samsung.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, viro@...iv.linux.org.uk,
salah.triki@....org, Luis de Bethencourt <luisbg@....samsung.com>
Subject: [PATCH 7/7] 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@....samsung.com>
---
fs/befs/datastream.c | 2 --
fs/befs/io.c | 3 +--
fs/befs/linuxvfs.c | 3 ---
3 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/fs/befs/datastream.c b/fs/befs/datastream.c
index b4c7ba0..56c0564 100644
--- a/fs/befs/datastream.c
+++ b/fs/befs/datastream.c
@@ -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,
diff --git a/fs/befs/io.c b/fs/befs/io.c
index a117ad8..227cb86 100644
--- a/fs/befs/io.c
+++ b/fs/befs/io.c
@@ -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 *
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c
index 521638b..98ec3cc 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 hardsect 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) {
--
2.5.1
Powered by blists - more mailing lists