What is EXT3_SUPER_MAGIC ? How is it arrived at ? I am writing a file system for which I am referring to the ext3 code... I am not able to arrive at a magic number for my filesystem.... please help
#define EXT3_SUPER_MAGIC 0xEF53 <---- How this is arrived at ? Regards, Onkar