ni / linux

Linux kernel source for NI Linux Real-Time
Other
80 stars 77 forks source link

nati_x86_64_defconfig: Enable NTFS3 module #163

Closed terrywu2000 closed 3 months ago

terrywu2000 commented 3 months ago

Enable NTFS3 module and associated options. This improves read/write performance on NTFS file systems.

gratian commented 3 months ago

Thanks, like @chaitu236 mentioned the changes look good but the commit needs a subject line and "Signed-off-by:" line to conform to kernel commit guidelines. You can see and example here: https://github.com/ni/linux/commit/3494faaf50f25d259b44bb45c2952f8ca246c1bd

Something like:

nati_x86_64_defconfig: enable NTFS3 support

Enable NTFS3 module and associated options. This improves
read/write performance on NTFS file systems.

Signed-off-by: Terry Wu <terry.wu@ni.com>
terrywu2000 commented 3 months ago

Already updated the message as suggested and pushed the change again.