Hiten Pandya wrote: > > hi all, > I jus' wanted to ask that, are the jfs_mount.c and > jfs_unmount.c corresponding to the mount and unmount > commands..?
Yes, basically. Part of the code is in jfs_read_super, for mount, and jfs_put_super, for unmount. For the most part, the code in jfs_mount.c and jfs_umount.c is code that was ported from OS/2, where the code in super.c is code that is specific to Linux. Dave _______________________________________________ Jfs-discussion mailing list [EMAIL PROTECTED] http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion
