[openwrt/openwrt] mountd: update to the latest version from 2018-02-26

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 26 02:49:53 PST 2018


rmilecki pushed a commit to openwrt/openwrt.git, branch lede-17.01:
https://git.lede-project.org/4db583b9c2ab57daa7ac39c50fdfa8576555fb41

commit 4db583b9c2ab57daa7ac39c50fdfa8576555fb41
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Mon Feb 26 11:33:49 2018 +0100

    mountd: update to the latest version from 2018-02-26
    
    This significantly improves mountd stability & reliability by:
    1) Sending hotplug.d event when appropriate
    2) Properly unmounting
    3) Handling corner cases when unmounting fails
    4) Improving log messages
    
    5f2c419 mount: drop duplicated includes
    aaf2743 mount: call hotplug-call with ACTION=remove before trying to unmount
    97da4ed mount: try lazy unmount if normal one fails
    1b62489 mount: create not working symlink when unmounting fails
    e77dc6d mount: reorder deleting code in the mount_enum_drives()
    76766ae mount: rename tmp variables in the mount_add_list()
    04b897f mount: drop duplicated rmdir() call from the mount_enum_drives()
    a27ea3f mount: drop duplicated unlink() call from the mount_dev_del()
    bf7cc33 mount: fix/improve unmounting log messages
    36f9197 mount: fix removing mount point if it's expired
    ed4270f mount: struct mount: replace "mounted" and "ignore" fileds with a "status"
    1af9ca2 mount: change mount_dev_del() argument to struct mount *
    7c8fea8 mount: rename /proc/mount parser to mount_update_mount_list()
    7aadd1c mount: improve handling mounts table size
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 package/system/mountd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/mountd/Makefile b/package/system/mountd/Makefile
index 7f6c09c..1cae3b7 100644
--- a/package/system/mountd/Makefile
+++ b/package/system/mountd/Makefile
@@ -8,9 +8,9 @@ PKG_RELEASE:=4
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/mountd.git
-PKG_SOURCE_DATE:=2018-01-03
-PKG_SOURCE_VERSION:=c54e5c6e09bf8e8debea05dd0dac095624a2472b
-PKG_MIRROR_HASH:=f9fe7bed8c3cc6c1536614b4a6157a3a1bcd7e7c795979276eabc897e2400372
+PKG_SOURCE_DATE:=2018-02-26
+PKG_SOURCE_VERSION:=5f2c419109126ead730006366c6b4e83719523cf
+PKG_MIRROR_HASH:=b041afc94044a5b8cd559fecff6a47df126daa97b573a2a4c9563ed1d2223e88
 CMAKE_INSTALL:=1
 
 PKG_MAINTAINER:=John Crispin <john at phrozen.org>



More information about the lede-commits mailing list