关于vfsmount的理解
摘要:
struct vfsmount {struct list_head mnt_hash;struct vfsmount *mnt_parent;/* fs we are mounted on */struct dentry *mnt_mountpoint;/* dentry of mountpoint */struct dentry *mnt_root;/* root of the mounted tree */struct super_block *mnt_sb;/* pointer to superblock */struct list_head mnt_mounts;/* list of 阅读全文
posted @ 2012-04-12 22:30 周健 阅读(4534) 评论(0) 推荐(0) 编辑