Hello, guys!
Is there any way to do some actions before file system unmounted?
I know do_umount makes call
Quote:
|
sb->s_op->umount_begin(sb);
|
But only when MNT_FORCE flag is setted. I need something similar to umount_begin that will be called everytime.
Thanks.