projects
/
am-utils-6.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05d70a1
)
Ian Kent: Handle failed umount on exit
author
zoulasc
<christos@zoulas.com>
Fri, 21 Mar 2014 00:57:07 +0000
(20:57 -0400)
committer
zoulasc
<christos@zoulas.com>
Fri, 21 Mar 2014 00:57:07 +0000
(20:57 -0400)
amd/map.c
patch
|
blob
|
history
diff --git
a/amd/map.c
b/amd/map.c
index e6d14b8cc9f3843d55889d58c6978b7bcf30c9be..00e42c64e0af649b65e557f7fbb4ac5b7addb7a9 100644
(file)
--- a/
amd/map.c
+++ b/
amd/map.c
@@
-750,7
+750,8
@@
umount_exported(void)
} else {
am_unmounted(mp);
}
- exported_ap[i] = NULL;
+ if (!(mf->mf_flags && (MFF_UNMOUNTING|MFF_MOUNTED)))
+ exported_ap[i] = NULL;
} else {
/*
* Any other node gets forcibly timed out.