namjaejeon / ksmbd

ksmbd kernel server(SMB/CIFS server)
https://github.com/cifsd-team/ksmbd
282 stars 64 forks source link

linux 6.12: move asm/unaligned.h to linux/unaligned.h #489

Open hireworksltd opened 3 days ago

hireworksltd commented 3 days ago

asm/unaligned.h is always an include of asm-generic/unaligned.h; might as well move that thing to linux/unaligned.h and include that - there's nothing arch-specific in that header.

author | Al Viro viro@zeniv.linux.org.uk | 2024-10-01 15:35:57 -0400

P.S: Thanks so much for ksmbd! xfer/iops performance gains since moving away from samba is amazing.

Jon

namjaejeon commented 3 days ago

Can you update subject and patch description with the following patch ?

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/fs/smb/server?h=v6.12&id=5f60d5f6bbc12e782fac78110b0ee62698f3b576

Thanks!

hireworksltd commented 2 days ago

Thanks! Have updated and added linux/version.h to unicode.c.

namjaejeon commented 2 days ago

I will add signed-off-by tag to the patch. Can you tell me your real name and email address like the following case?

Signed-off-by: Thorsten Blum thorsten.blum@linux.dev

hireworksltd commented 2 days ago

Thanks! Jon Lawrence (jon@hireworks.tv)