diff options
Diffstat (limited to 'fs/befs/linuxvfs.c')
-rw-r--r-- | fs/befs/linuxvfs.c | 3 |
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) | |||
110 | * Used by many higher level functions. | 110 | * Used by many higher level functions. |
111 | * | 111 | * |
112 | * Calls befs_fblock2brun() in datastream.c to do the real work. | 112 | * Calls befs_fblock2brun() in datastream.c to do the real work. |
113 | * | ||
114 | * -WD 10-26-01 | ||
115 | */ | 113 | */ |
116 | 114 | ||
117 | static int | 115 | static int |
@@ -782,7 +780,6 @@ befs_fill_super(struct super_block *sb, void *data, int silent) | |||
782 | * Linux 2.4.10 and later refuse to read blocks smaller than | 780 | * Linux 2.4.10 and later refuse to read blocks smaller than |
783 | * the logical block size for the device. But we also need to read at | 781 | * the logical block size for the device. But we also need to read at |
784 | * least 1k to get the second 512 bytes of the volume. | 782 | * least 1k to get the second 512 bytes of the volume. |
785 | * -WD 10-26-01 | ||
786 | */ | 783 | */ |
787 | blocksize = sb_min_blocksize(sb, 1024); | 784 | blocksize = sb_min_blocksize(sb, 1024); |
788 | if (!blocksize) { | 785 | if (!blocksize) { |