delete unused fs_struct in proc.h

This commit is contained in:
yuchen 2015-05-17 19:20:24 +08:00
parent 97e8a51fbf
commit 8acdcc2499
2 changed files with 6 additions and 8 deletions

View File

@ -41,7 +41,6 @@ struct context {
extern list_entry_t proc_list; extern list_entry_t proc_list;
struct inode; struct inode;
struct fs_struct;
struct proc_struct { struct proc_struct {
enum proc_state state; // Process state enum proc_state state; // Process state

View File

@ -41,7 +41,6 @@ struct context {
extern list_entry_t proc_list; extern list_entry_t proc_list;
struct inode; struct inode;
struct fs_struct;
struct proc_struct { struct proc_struct {
enum proc_state state; // Process state enum proc_state state; // Process state