[[PATCH v1] 15/37] [CIFS] SMBD: Post a SMBD data transfer message with data payload

Christoph Hellwig hch at infradead.org
Sun Aug 13 10:23:45 UTC 2017


You can always get the struct page for kernel allocations using
virt_to_page (or vmalloc_to_page, but this code would not handle the
vmalloc case either), so I don't think you need this helper and can
always use the one added in the previous patch.



More information about the samba-technical mailing list