diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-05 19:41:22 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-05 19:41:22 -0400 |
commit | 9efe21cb82b5dbe3b0b2ae4de4eccc64ecb94e95 (patch) | |
tree | 7ff8833745d2f268f897f6fa4a27263b4a572245 /fs/ocfs2/inode.h | |
parent | de18836e447c2dc30120c0919b8db8ddc0401cc4 (diff) | |
parent | 0221c81b1b8eb0cbb6b30a0ced52ead32d2b4e4c (diff) |
Merge branch 'linus' into irq/threaded
Conflicts:
include/linux/irq.h
kernel/irq/handle.c
Diffstat (limited to 'fs/ocfs2/inode.h')
-rw-r--r-- | fs/ocfs2/inode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ocfs2/inode.h b/fs/ocfs2/inode.h index eb3c302b38d3..ea71525aad41 100644 --- a/fs/ocfs2/inode.h +++ b/fs/ocfs2/inode.h | |||
@@ -72,6 +72,10 @@ struct ocfs2_inode_info | |||
72 | 72 | ||
73 | struct inode vfs_inode; | 73 | struct inode vfs_inode; |
74 | struct jbd2_inode ip_jinode; | 74 | struct jbd2_inode ip_jinode; |
75 | |||
76 | /* Only valid if the inode is the dir. */ | ||
77 | u32 ip_last_used_slot; | ||
78 | u64 ip_last_used_group; | ||
75 | }; | 79 | }; |
76 | 80 | ||
77 | /* | 81 | /* |
@@ -124,6 +128,7 @@ void ocfs2_drop_inode(struct inode *inode); | |||
124 | /* Flags for ocfs2_iget() */ | 128 | /* Flags for ocfs2_iget() */ |
125 | #define OCFS2_FI_FLAG_SYSFILE 0x1 | 129 | #define OCFS2_FI_FLAG_SYSFILE 0x1 |
126 | #define OCFS2_FI_FLAG_ORPHAN_RECOVERY 0x2 | 130 | #define OCFS2_FI_FLAG_ORPHAN_RECOVERY 0x2 |
131 | struct inode *ocfs2_ilookup(struct super_block *sb, u64 feoff); | ||
127 | struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, unsigned flags, | 132 | struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, unsigned flags, |
128 | int sysfile_type); | 133 | int sysfile_type); |
129 | int ocfs2_inode_init_private(struct inode *inode); | 134 | int ocfs2_inode_init_private(struct inode *inode); |