x86: tom2 warning fix
[sfrench/cifs-2.6.git] / fs / afs / mntpt.c
index a3510b8ba3e71365c078bf14ca20fcdefe62c6ed..2f5503902c3757d469e594bd4d72400b35444939 100644 (file)
@@ -283,11 +283,3 @@ void afs_mntpt_kill_timer(void)
        cancel_delayed_work(&afs_mntpt_expiry_timer);
        flush_scheduled_work();
 }
-
-/*
- * begin unmount by attempting to remove all automounted mountpoints we added
- */
-void afs_umount_begin(struct vfsmount *vfsmnt, int flags)
-{
-       shrink_submounts(vfsmnt, &afs_vfsmounts);
-}