diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-21 21:55:47 -0500 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-01-23 12:42:43 -0500 |
commit | 1264ddfdb7afda6f2c994ac30cad925fec346bae (patch) | |
tree | 625649497a329e993c5aa02d11e20429818c41e3 /fs/orangefs | |
parent | fc916da52dde736605137c7d528e2cdec7f81bca (diff) |
orangefs: kill orangefs_inode_s ->list
no users...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs')
-rw-r--r-- | fs/orangefs/orangefs-kernel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h index d9b5b512bd83..ab2b9b061996 100644 --- a/fs/orangefs/orangefs-kernel.h +++ b/fs/orangefs/orangefs-kernel.h @@ -270,9 +270,6 @@ struct orangefs_inode_s { * with this object */ unsigned long pinode_flags; - - /* All allocated orangefs_inode_s objects are chained to a list */ - struct list_head list; }; #define P_ATIME_FLAG 0 |