diff options
Diffstat (limited to 'fs/befs/datastream.c')
-rw-r--r-- | fs/befs/datastream.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/fs/befs/datastream.c b/fs/befs/datastream.c index b4c7ba013c0d..720b3bc5c16a 100644 --- a/fs/befs/datastream.c +++ b/fs/befs/datastream.c | |||
@@ -84,13 +84,11 @@ befs_read_datastream(struct super_block *sb, const befs_data_stream *ds, | |||
84 | * | 84 | * |
85 | * Takes a file position and gives back a brun who's starting block | 85 | * Takes a file position and gives back a brun who's starting block |
86 | * is block number fblock of the file. | 86 | * is block number fblock of the file. |
87 | * | 87 | * |
88 | * Returns BEFS_OK or BEFS_ERR. | 88 | * Returns BEFS_OK or BEFS_ERR. |
89 | * | 89 | * |
90 | * Calls specialized functions for each of the three possible | 90 | * Calls specialized functions for each of the three possible |
91 | * datastream regions. | 91 | * datastream regions. |
92 | * | ||
93 | * 2001-11-15 Will Dyson | ||
94 | */ | 92 | */ |
95 | int | 93 | int |
96 | befs_fblock2brun(struct super_block *sb, const befs_data_stream *data, | 94 | befs_fblock2brun(struct super_block *sb, const befs_data_stream *data, |
@@ -120,7 +118,7 @@ befs_fblock2brun(struct super_block *sb, const befs_data_stream *data, | |||
120 | 118 | ||
121 | /** | 119 | /** |
122 | * befs_read_lsmylink - read long symlink from datastream. | 120 | * befs_read_lsmylink - read long symlink from datastream. |
123 | * @sb: Filesystem superblock | 121 | * @sb: Filesystem superblock |
124 | * @ds: Datastream to read from | 122 | * @ds: Datastream to read from |
125 | * @buff: Buffer in which to place long symlink data | 123 | * @buff: Buffer in which to place long symlink data |
126 | * @len: Length of the long symlink in bytes | 124 | * @len: Length of the long symlink in bytes |