diff options
author | Mark Fasheh <mark.fasheh@oracle.com> | 2006-10-06 18:51:46 -0700 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-12-01 18:27:55 -0800 |
commit | 02928a71ae6da6e3e205d99e1fa1a1f598ddb62d (patch) | |
tree | 0b45c363c0e77cf32fd20a4bc30e6405c5250059 /fs/ocfs2/inode.h | |
parent | 85b9e783cbc8cf4acc7bfaa76f37ea26b426f514 (diff) | |
download | linux-3.10-02928a71ae6da6e3e205d99e1fa1a1f598ddb62d.tar.gz linux-3.10-02928a71ae6da6e3e205d99e1fa1a1f598ddb62d.tar.bz2 linux-3.10-02928a71ae6da6e3e205d99e1fa1a1f598ddb62d.zip |
ocfs2: remove unused ocfs2_handle_add_inode()
We can also delete the unused infrastructure which was once in place to
support this functionality. ocfs2_inode_private loses ip_handle and
ip_handle_list. ocfs2_journal_handle loses handle_list.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/inode.h')
-rw-r--r-- | fs/ocfs2/inode.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/ocfs2/inode.h b/fs/ocfs2/inode.h index 9957810fdf8..9b7354545cb 100644 --- a/fs/ocfs2/inode.h +++ b/fs/ocfs2/inode.h @@ -48,13 +48,6 @@ struct ocfs2_inode_info struct mutex ip_io_mutex; - /* Used by the journalling code to attach an inode to a - * handle. These are protected by ip_io_mutex in order to lock - * out other I/O to the inode until we either commit or - * abort. */ - struct list_head ip_handle_list; - struct ocfs2_journal_handle *ip_handle; - u32 ip_flags; /* see below */ u32 ip_attr; /* inode attributes */ |