]> Git Repo - linux.git/commit
ext4: fix return-value types in several function comments
authorJosh Triplett <[email protected]>
Sun, 29 Mar 2020 20:21:41 +0000 (13:21 -0700)
committerTheodore Ts'o <[email protected]>
Thu, 16 Apr 2020 03:58:48 +0000 (23:58 -0400)
commit9033783c8cfda0834cf384940162e2bf1e9a6db7
tree44bad83fc593e635bb021b7d32921f9e0ae1d808
parentd87f639258a6a5980183f11876c884931ad93da2
ext4: fix return-value types in several function comments

The documentation comments for ext4_read_block_bitmap_nowait and
ext4_read_inode_bitmap describe them as returning NULL on error, but
they return an ERR_PTR on error; update the documentation to match.

The documentation comment for ext4_wait_block_bitmap describes it as
returning 1 on error, but it returns -errno on error; update the
documentation to match.

Signed-off-by: Josh Triplett <[email protected]>
Reviewed-by: Ritesh Harani <[email protected]>
Link: https://lore.kernel.org/r/60a3f4996f4932c45515aaa6b75ca42f2a78ec9b.1585512514.git.josh@joshtriplett.org
Signed-off-by: Theodore Ts'o <[email protected]>
fs/ext4/balloc.c
fs/ext4/ialloc.c
This page took 0.0498690000000001 seconds and 4 git commands to generate.