Hello, I am trying to write a module in which I need to allocate new inode for ext4 filesystem. I have read that ext4_new_inode is used by kernel to do it, so Is it possible to allocate new from my module? -- Regards, Akshay Nehe.