From 9955de3a39fbb1287f8f6e8197db0dcf71d0646c Mon Sep 17 00:00:00 2001 From: Carolinecai Date: Tue, 5 Apr 2016 14:29:01 +0800 Subject: [PATCH 1/2] test add explaination to hash.c --- fs/hmfs/hash.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fs/hmfs/hash.c b/fs/hmfs/hash.c index 9ae67cbc..dfa81721 100644 --- a/fs/hmfs/hash.c +++ b/fs/hmfs/hash.c @@ -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[]) From d13dabd1bb6bde0e13dafd86865094f86dd2517b Mon Sep 17 00:00:00 2001 From: Carolinecai Date: Tue, 5 Apr 2016 14:49:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9C=89=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test --- fs/hmfs/super.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fs/hmfs/super.c b/fs/hmfs/super.c index 55f49e38..3bf59d92 100644 --- a/fs/hmfs/super.c +++ b/fs/hmfs/super.c @@ -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) {