Hello, I want to freeze a file system. I have seen a field in vfs superblock > s_frozen. > > But i am clue less about freezing the file system using that. >
freeze_bdev function ( fs/buffer.c) lock a filesystem and force it into a consistent state ... Above function use s_frozen flag to freez the file system ... > > > -- > Regards, > Rishi B. Agrawal > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to [email protected] > Please read the FAQ at http://kernelnewbies.org/FAQ > > -- Thanks & Regards, Ajit Subhash Mote
