Skip to content
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