All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] a puzzle about is_global_system_inode function
@ 2017-10-24 10:39 Larry Chen
  2017-10-24 11:04 ` Joseph Qi
  2017-10-24 12:35 ` alex chen
  0 siblings, 2 replies; 6+ messages in thread
From: Larry Chen @ 2017-10-24 10:39 UTC (permalink / raw)
  To: ocfs2-devel

Hi all,

Function is_global_system_inode checks whether the type is
in the range [OCFS2_FIRST_ONLINE_SYSTEM_INODE , 
OCFS2_LAST_GLOBAL_SYSTEM_INODE ].
But why the range does not include GLOBAL_INODE_ALLOC_SYSTEM_INODE ??

enum {
 ????? ....
 ?????? GLOBAL_INODE_ALLOC_SYSTEM_INODE,
 ??????? SLOT_MAP_SYSTEM_INODE,
#define OCFS2_FIRST_ONLINE_SYSTEM_INODE SLOT_MAP_SYSTEM_INODE
 ??????? HEARTBEAT_SYSTEM_INODE,
 ??????? GLOBAL_BITMAP_SYSTEM_INODE,
 ??????? USER_QUOTA_SYSTEM_INODE,
 ??????? GROUP_QUOTA_SYSTEM_INODE,
#define OCFS2_LAST_GLOBAL_SYSTEM_INODE GROUP_QUOTA_SYSTEM_INODE
 ??? ....
}

Thanks
Larry Chen

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-10-25  2:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-24 10:39 [Ocfs2-devel] a puzzle about is_global_system_inode function Larry Chen
2017-10-24 11:04 ` Joseph Qi
2017-10-24 12:23   ` Larry Chen
2017-10-24 13:16     ` ge changwei
2017-10-25  2:08       ` Larry Chen
2017-10-24 12:35 ` alex chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.