* [PATCH] ufs: add missing parameter documentation for ufs_getfrag_block
@ 2026-02-09 17:24 Adarsh Das
2026-02-11 2:40 ` Al Viro
0 siblings, 1 reply; 2+ messages in thread
From: Adarsh Das @ 2026-02-09 17:24 UTC (permalink / raw)
To: brauner; +Cc: linux-kernel, Adarsh Das
Add kernel-doc descriptions for ufs_getfrag_block to fix build warnings.
Signed-off-by: Adarsh Das <adarshdas950@gmail.com>
---
fs/ufs/inode.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/fs/ufs/inode.c b/fs/ufs/inode.c
index e2b0a35de2a7..f159447f53bb 100644
--- a/fs/ufs/inode.c
+++ b/fs/ufs/inode.c
@@ -370,6 +370,10 @@ static u64 ufs_inode_getblock(struct inode *inode, u64 ind_block,
/**
* ufs_getfrag_block() - `get_block_t' function, interface between UFS and
* read_folio, writepages and so on
+ * @inode: pointer to inode
+ * @fragment: fragment number to map
+ * @bh_result: buffer head to fill with mapping information
+ * @create: if non-zero, allocate new blocks/fragments if needed
*/
static int ufs_getfrag_block(struct inode *inode, sector_t fragment, struct buffer_head *bh_result, int create)
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ufs: add missing parameter documentation for ufs_getfrag_block
2026-02-09 17:24 [PATCH] ufs: add missing parameter documentation for ufs_getfrag_block Adarsh Das
@ 2026-02-11 2:40 ` Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2026-02-11 2:40 UTC (permalink / raw)
To: Adarsh Das; +Cc: brauner, linux-kernel
On Mon, Feb 09, 2026 at 10:54:35PM +0530, Adarsh Das wrote:
> Add kernel-doc descriptions for ufs_getfrag_block to fix build warnings.
Guess I'll grab it - I've got a minor UFS pile this cycle, so...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-11 2:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-09 17:24 [PATCH] ufs: add missing parameter documentation for ufs_getfrag_block Adarsh Das
2026-02-11 2:40 ` Al Viro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.