From: Peter Pan<wppan@xxxxxxxxxxxxxxxxx>
Signed-off-by: Peter Pan<wppan@xxxxxxxxxxxxxxxxx>
---
include/linux/fs.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 44f35ae..8382a33 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1335,7 +1335,7 @@ struct super_block {
struct mutex s_lock;
int s_count;
int s_need_sync;
- atomic_t s_active;
+ atomic_t s_active; // ÃÂÂÃÅÂÃÂâÃâÂÃÂÂÃâÂ
#ifdef CONFIG_SECURITY
void *s_security;
#endif
@@ -1343,7 +1343,7 @@ struct super_block {
struct list_head s_inodes; /* all inodes */
struct hlist_head s_anon; /* anonymous dentries for (nfs) exporting */
- struct list_head s_files;
+ struct list_head s_files; // ????????ÃÂÂÃËâÃÅÂÃÅâÃââÃÂÂÃâÂÃÂÂ????????
/* s_dentry_lru and s_nr_dentry_unused are protected by dcache_lock */
struct list_head s_dentry_lru; /* unused dentry lru */
int s_nr_dentry_unused; /* # of dentry on lru */
@@ -1358,7 +1358,8 @@ struct super_block {
wait_queue_head_t s_wait_unfrozen;
char s_id[32]; /* Informational name */
-
+
+ // ÃÅâÃÂâÃâÂÃÂâÃÅâÃââÃÂÂÃÂÂÃÂÅÃââÃÂâext2ÃÅâÃÂâext2_sb_infoÃÂËÃÂÂÃââÃÂËÃÂÂÃÅâext2_super_blockÃÂâ
void *s_fs_info; /* Filesystem private info */
fmode_t s_mode;