Op 3 jul. 2012, om 10:49 heeft Jesse Zhang het volgende geschreven:

> mount.sh mounts all partitions with -o sync, which is bad for system
> performance.

But good for data integrity :)

> Signed-off-by: Jesse Zhang <[email protected]>
> ---
> meta/recipes-core/udev/udev/mount.sh |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/udev/udev/mount.sh 
> b/meta/recipes-core/udev/udev/mount.sh
> index 53fefa3..c13b8bb 100644
> --- a/meta/recipes-core/udev/udev/mount.sh
> +++ b/meta/recipes-core/udev/udev/mount.sh
> @@ -23,7 +23,7 @@ automount() {
> 
>       ! test -d "/media/$name" && mkdir -p "/media/$name"
>       
> -     if ! $MOUNT -t auto -o sync $DEVNAME "/media/$name"
> +     if ! $MOUNT -t auto $DEVNAME "/media/$name"
>       then
>               #logger "mount.sh/automount" "$MOUNT -t auto $DEVNAME 
> \"/media/$name\" failed!"
>               rm_dir "/media/$name"

Missing PR bump
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to