git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8ac78a7
)
linux-no-umount-begin-20011012
author
Derrick Brashear
<shadow@dementia.org>
Fri, 12 Oct 2001 18:55:33 +0000 (18:55 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Fri, 12 Oct 2001 18:55:33 +0000 (18:55 +0000)
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
patch
|
blob
|
history
diff --git
a/src/afs/LINUX/osi_vfsops.c
b/src/afs/LINUX/osi_vfsops.c
index
b291a28
..
6c3f8ce
100644
(file)
--- 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