diff options
author | Theodore Ts'o <tytso@mit.edu> | 2022-03-12 21:39:35 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2022-03-15 17:45:36 -0400 |
commit | 919adbfec29d5b89b3e45620653cbeeb0d42e6fd (patch) | |
tree | dfdb44f20ae9877ce49dfe3e8cf96a18bc581937 /fs/ext4/balloc.c | |
parent | 163f11b8b3489fbf04be8d8d0e029f1dcd6546d1 (diff) |
ext4: fix kernel doc warnings
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/balloc.c')
-rw-r--r-- | fs/ext4/balloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index a0fb0c4bdc7c..78ee3ef795ae 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c @@ -411,6 +411,7 @@ verified: * ext4_read_block_bitmap_nowait() * @sb: super block * @block_group: given block group + * @ignore_locked: ignore locked buffers * * Read the bitmap for a given block_group,and validate the * bits for block/inode/inode tables are set in the bitmaps |