Hello All,

Can some one please help me to understand meaning of below code

<snip>
        if (!list_empty(&sb->s_inodes)) {
406                         printk("VFS: Busy inodes after unmount of %s. "
407                            "Self-destruct in 5 seconds.  Have a nice day...\n",
408                            sb->s_id);
409                 }
</snip>

Are we doing here?

Thanks,
Dave