Blame SOURCES/net-snmp-5.7.2-hrFSTable-read-write.patch

9a6c41
commit aff1fb31dac236bb5f8e641c92e5651f00fa4f7d
9a6c41
Author: Jan Safranek <jsafranek@users.sourceforge.net>
9a6c41
Date:   Thu Jul 30 11:25:48 2015 +0200
9a6c41
9a6c41
    CHANGES: snmpd: restore read-write flag in hrFSTable when a device becomes writable
9a6c41
9a6c41
diff --git a/agent/mibgroup/hardware/fsys/fsys_mntent.c b/agent/mibgroup/hardware/fsys/fsys_mntent.c
9a6c41
index 6fe4ed4..8a12181 100644
9a6c41
--- a/agent/mibgroup/hardware/fsys/fsys_mntent.c
9a6c41
+++ b/agent/mibgroup/hardware/fsys/fsys_mntent.c
9a6c41
@@ -206,6 +206,8 @@ netsnmp_fsys_arch_load( void )
9a6c41
 #if HAVE_HASMNTOPT
9a6c41
         if (hasmntopt( m, "ro" ))
9a6c41
             entry->flags |= NETSNMP_FS_FLAG_RONLY;
9a6c41
+        else
9a6c41
+            entry->flags &= ~NETSNMP_FS_FLAG_RONLY;
9a6c41
 #endif
9a6c41
         /*
9a6c41
          *  The root device is presumably bootable.