From: neilbrown Date: Sun, 26 Mar 2006 23:58:31 +0000 (+0000) Subject: Don't close and reopen all pipes on every DNOTIFY signal. X-Git-Tag: nfs-utils-1-0-8~26 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=88c0bf4f1229c5cd9990c19363fa1fa81b8b6890;hp=0aefd6ce463b65c81031d32410ab776fdeb80605 Don't close and reopen all pipes on every DNOTIFY signal. Don't unnecessarily close and re-open all pipes after every DNOTIFY signal. These unnecessary closes were triggering a kernel Oops. Original patch modified to correct segfault when unmounting last NFSv4 mount. --- diff --git a/ChangeLog b/ChangeLog index de1400e..d1cd888 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-03-27 + Don't close and reopen all pipes on every DNOTIFY signal. + + Don't unnecessarily close and re-open all pipes after every DNOTIFY + signal. These unnecessary closes were triggering a kernel Oops. + Original patch modified to correct segfault when unmounting last + NFSv4 mount. + 2006-03-27 Add option to specify directory to search for credentials cache files