Merge branch 'sizeofsizeof'
authorCharles Manning <cdhmanning@gmail.com>
Fri, 15 May 2020 02:36:57 +0000 (14:36 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Fri, 15 May 2020 02:36:57 +0000 (14:36 +1200)
Fix two bugs:

sizeof(sizeof(hdr)) used instaed of sizeof(hr)

remounting a read-only fs in rw did not clean up defered operations
properly.


Trivial merge