GNOME Bugzilla – Bug 685897
[PATCH] fsusage: Fix fetching rootfs stats on Fedora 17
Last modified: 2013-01-28 22:04:31 UTC
Created attachment 226183 [details] [review] fsusage: Fix fetching rootfs stats on Fedora 17 On Fedora 17, my /etc/mtab has this: $ grep " / " /etc/mtab rootfs / rootfs rw 0 0 /dev/sda2 / ext4 rw,seclabel,relatime,data=ordered 0 0 When fsusage scans mtab, it matches on the first entry, but since 'rootfs' isn't of the expected format '/dev/<blah>' it bails out. Match early on any rootfs entries and skip them.
ping, can someone take a look at this? simple patch that fixes a bug which people are actually hitting: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/97
Review of attachment 226183 [details] [review]: Looks good to me.
Pushed as 37774dc02db47f815d3a3da4e51d91c6d3f4bb16, thank you for the patch.