[sheepdog] [PATCH 1/7] test: fix 011 to umount the right mountpoint

Christoph Hellwig hch at infradead.org
Mon Aug 13 12:39:11 CEST 2012


On Mon, Aug 13, 2012 at 04:13:58PM +0800, Liu Yuan wrote:
>      for i in 0 1 2; do
> -        umount $STORE/$i.img
> -	rm -f $STORE/$i.img
> +        umount $STORE/$i
> +        rm -f $STORE/$i.img

What version of umount doesn't handle calling it with the backing image
as argument?

I'm fine with changing it, but a more detailed description would be
useful as the above umount syntax works for me.




More information about the sheepdog mailing list