Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
{
gossip_debug(GOSSIP_SUPER_DEBUG, "orangefs_kill_sb: called\n");
+ /* provided sb cleanup */
+ kill_anon_super(sb);
+
/*
* issue the unmount to userspace to tell it to remove the
* dynamic mount info it has for this superblock
/* remove the sb from our list of orangefs specific sb's */
remove_orangefs_sb(sb);
- /* provided sb cleanup */
- kill_anon_super(sb);
-
/* free the orangefs superblock private data */
kfree(ORANGEFS_SB(sb));
}