From 47685b40daded38999df92d9c1d2d8efa9a15509 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 12 Oct 2001 18:55:33 +0000 Subject: [PATCH] linux-no-umount-begin-20011012 to fix problem reported by rtm@cert.org this code needs to be reworked before it can be reactivated --- src/afs/LINUX/osi_vfsops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/afs/LINUX/osi_vfsops.c b/src/afs/LINUX/osi_vfsops.c index b291a2881..6c3f8ce9f 100644 --- a/src/afs/LINUX/osi_vfsops.c +++ b/src/afs/LINUX/osi_vfsops.c @@ -347,7 +347,7 @@ struct super_operations afs_sops = { delete_inode: afs_delete_inode, put_super: afs_put_super, statfs: afs_statfs, - umount_begin: afs_umount_begin, + umount_begin: NULL /* afs_umount_begin */ }; #else struct super_operations afs_sops = { @@ -361,7 +361,7 @@ struct super_operations afs_sops = { afs_statfs, NULL, /* afs_remount_fs - see doc above */ NULL, /* afs_clear_inode */ - afs_umount_begin, + NULL /* afs_umount_begin */ }; #endif -- 2.39.5