diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2021-02-24 12:10:25 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-02-24 13:38:35 -0800 |
commit | e5d319dedafd21211fd19ea28a3f50da7368d6ff (patch) | |
tree | 6e3027cfefce1de3f579bd1c38c74ecd0e12d059 /include/trace/events | |
parent | 1935ebd3cf6c44038479bb2e7b4dd99bd492b3f2 (diff) | |
download | linux-stable-e5d319dedafd21211fd19ea28a3f50da7368d6ff.tar.gz linux-stable-e5d319dedafd21211fd19ea28a3f50da7368d6ff.tar.bz2 linux-stable-e5d319dedafd21211fd19ea28a3f50da7368d6ff.zip |
hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()
The function hugetlb_vmtruncate() is guaranteed to always success since
commit 7aa91e104028 ("hugetlb: allow extending ftruncate on hugetlbfs").
So we should remove the unneeded return value which is always 0.
Link: https://lkml.kernel.org/r/20210208084637.47789-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Mike Kravetz <mike.kravetz@oracle.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/trace/events')
0 files changed, 0 insertions, 0 deletions