> generic_shutdown_super calls invalidate_inodes which will walk through the list of inodes and > call clear_inode and destroy_inode, both of which can call in to your filesystem. Yes, it was pointed out to me that super_operations.delete_inode gets called when unmounting. (I thought delete_inode meant "delete the file". Still not clear on what the difference is between destroy_inode, clear_inode and delete_inode.) Thanks, /Fredrik Arnerup -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html