Removes gratitious ifdefs - get_nodes() is only called from __init
and by itself, check_space() is only called by get_nodes(), so they can
be made unconditionally __init.
}
/* {{{ init section */
-#ifndef MODULE
static int __init check_space (u16 n)
-#else
-static int check_space (u16 n)
-#endif
{
unsigned long pages;
return 0;
}
-#ifndef MODULE
static u16 __init get_nodes (u16 parent, u32 node)
-#else
-static u16 get_nodes (u16 parent, u32 node)
-#endif
{
char *p;
u16 n = last_node++, i;
{
struct inode * root_inode;
+ s->s_flags |= MS_NODIRATIME;
s->s_blocksize = 1024;
s->s_blocksize_bits = 10;
s->s_magic = OPENPROM_SUPER_MAGIC;