aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2013-10-16 08:26:08 -0400
committerTheodore Ts'o <tytso@mit.edu>2013-10-16 08:26:08 -0400
commit7534e854b930a021dedf9e16396ced5e70e1aba3 (patch)
tree81c912b4a3c491061fe286ce3d6b767f9024afe1 /fs
parent78371a45dfa8f2a2f3892b983c39863a67c66b11 (diff)
ext4: fixup kerndoc annotation of mpage_map_and_submit_extent()
Document give_up_on_write argument of mpage_map_and_submit_extent(). Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs')
-rw-r--r--fs/ext4/inode.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index e274e9c1171f..e7e5b3d8f002 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -2178,6 +2178,9 @@ static int mpage_map_one_extent(handle_t *handle, struct mpage_da_data *mpd)
2178 * 2178 *
2179 * @handle - handle for journal operations 2179 * @handle - handle for journal operations
2180 * @mpd - extent to map 2180 * @mpd - extent to map
2181 * @give_up_on_write - we set this to true iff there is a fatal error and there
2182 * is no hope of writing the data. The caller should discard
2183 * dirty pages to avoid infinite loops.
2181 * 2184 *
2182 * The function maps extent starting at mpd->lblk of length mpd->len. If it is 2185 * The function maps extent starting at mpd->lblk of length mpd->len. If it is
2183 * delayed, blocks are allocated, if it is unwritten, we may need to convert 2186 * delayed, blocks are allocated, if it is unwritten, we may need to convert