[Pvfs2-developers] patches: mount bug fixes
Phil Carns
pcarns at wastedcycles.org
Tue Mar 20 08:43:55 EST 2007
initialize-dyn.patch:
---------------------
This is a correction to the initialize-dyn test program. It previously
hardcoded the number of mounted file systems and would crash if a
different number were mounted.
mount-mem-leaks.patch:
----------------------
This patch corrects multiple memory leaks in the mount path. The
largest one was happening when the same file system was mounted multiple
times. In that case, the configuration data was cached, but not before
a new copy had been generated. The new copy was not being free'd.
remount.patch:
--------------
This patch fixes a bug in mount.pvfs2 (only used on 2.4 kernels). It
did not handle the "remount" flag correctly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: initialize-dyn.patch
Type: text/x-patch
Size: 2925 bytes
Desc: not available
Url : http://www.beowulf-underground.org/pipermail/pvfs2-developers/attachments/20070320/8c68798f/initialize-dyn.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mount-mem-leaks.patch
Type: text/x-patch
Size: 3997 bytes
Desc: not available
Url : http://www.beowulf-underground.org/pipermail/pvfs2-developers/attachments/20070320/8c68798f/mount-mem-leaks.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remount.patch
Type: text/x-patch
Size: 852 bytes
Desc: not available
Url : http://www.beowulf-underground.org/pipermail/pvfs2-developers/attachments/20070320/8c68798f/remount.bin
More information about the Pvfs2-developers
mailing list