forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging/lustre/libcfs: cleanup linux-crypto
We don't need to implement crc32 and crc32pclmul on our own. In fact, we just copied kernel's implementation. So drop it and select kernel crypto in Kconfig. Signed-off-by: Peng Tao <tao.peng@emc.com>
- Loading branch information
Showing
6 changed files
with
11 additions
and
722 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
360 changes: 0 additions & 360 deletions
360
drivers/staging/lustre/lustre/libcfs/crc32-pclmul_asm.S
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
146844d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be more correct, this is not actually a copy of the kernel code, but rather code that was developed for Lustre and then merged into the upstream kernel. It would be better to have a commit comment like:
The crc32-pclmul support was merged into the 3.8 kernel in commit 78c37d1,
no need to keep a local copy in Lustre anymore.
146844d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I will fix up the commit message before sending out.