From 836d14c788e2417ae6b0ea6d52962da2ddb1dffb Mon Sep 17 00:00:00 2001 From: sjtutravel <813228635@qq.com> Date: Tue, 5 Apr 2016 15:18:58 +0800 Subject: [PATCH] Update node.c --- fs/hmfs/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hmfs/node.c b/fs/hmfs/node.c index 6327a4a4..fbd50d56 100644 --- a/fs/hmfs/node.c +++ b/fs/hmfs/node.c @@ -4,7 +4,7 @@ #include "hmfs_fs.h" #include "node.h" #include "segment.h" - +//Hello, this is Jin Weitong 金伟潼 static struct kmem_cache *nat_entry_slab; const struct address_space_operations hmfs_nat_aops;