diff options
author | neilbrown <neilbrown> | 2006-03-26 23:58:31 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2006-03-26 23:58:31 +0000 |
commit | 88c0bf4f1229c5cd9990c19363fa1fa81b8b6890 (patch) | |
tree | 3da050008e27f1185587e088c41a15ac7807d125 | |
parent | 0aefd6ce463b65c81031d32410ab776fdeb80605 (diff) | |
download | nfs-utils-88c0bf4f1229c5cd9990c19363fa1fa81b8b6890.tar.gz nfs-utils-88c0bf4f1229c5cd9990c19363fa1fa81b8b6890.tar.xz nfs-utils-88c0bf4f1229c5cd9990c19363fa1fa81b8b6890.zip |
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.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ 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 Add command line option to specify which directory should be searched |