]> www.infradead.org Git - users/willy/pagecache.git/commit
include/linux/pipe_fs_i: Add htmldoc annotation for "head_tail" member
authorK Prateek Nayak <kprateek.nayak@amd.com>
Wed, 5 Mar 2025 11:23:01 +0000 (11:23 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 Mar 2025 17:17:07 +0000 (07:17 -1000)
commitcfced12f5100e50d56bc587299393fd33c1169a9
tree47d2463aa708315c090d69f0f4e033d0142462e1
parentc27c66afc449b80f3b4b84d123358c0248f2cf63
include/linux/pipe_fs_i: Add htmldoc annotation for "head_tail" member

Add htmldoc annotation for the newly introduced "head_tail" member
describing it to be a union of the pipe_inode_info's @head and @tail
members.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/lkml/20250305204609.5e64768e@canb.auug.org.au/
Fixes: 3d252160b818 ("fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutex")
Signed-off-by: K Prateek Nayak <kprateek.nayak@amd.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/pipe_fs_i.h