From: Derrick Brashear Date: Fri, 12 Oct 2001 18:55:33 +0000 (+0000) Subject: linux-no-umount-begin-20011012 X-Git-Tag: openafs-devel-1_3_0~204 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=47685b40daded38999df92d9c1d2d8efa9a15509 linux-no-umount-begin-20011012 to fix problem reported by rtm@cert.org this code needs to be reworked before it can be reactivated --- diff --git a/src/afs/LINUX/osi_vfsops.c b/src/afs/LINUX/osi_vfsops.c index b291a28..6c3f8ce 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