Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caihui #22

Open
wants to merge 2 commits into
base: code_with_comments
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fs/hmfs/hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
/*
* Hashing code copied from ext3
*/

/*
* this is a test from me
*/
#define DELTA 0x9E3779B9

static void TEA_transform(unsigned int buf[4], unsigned int const in[])
Expand Down
4 changes: 4 additions & 0 deletions fs/hmfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ static const match_table_t tokens = {
/*
* ioremap & iounmap
*/

/*
* 观superblock有感
*/
static inline void *hmfs_ioremap(struct super_block *sb, phys_addr_t phys_addr,
ssize_t size)
{
Expand Down