Re: [PATCH 5/5] _populate_fs should use OPTIND when getopts is used

2011-10-25 Thread Christoph Hellwig
Looks good,

Reviewed-by: Christoph Hellwig 
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 5/5] _populate_fs should use OPTIND when getopts is used

2011-10-20 Thread Anand Jain

Signed-off-by: Anand Jain 
---
 common.rc |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common.rc b/common.rc
index e3c4e67..cab0b64 100644
--- a/common.rc
+++ b/common.rc
@@ -1547,6 +1547,7 @@ _populate_fs()
 root=root   # path of initial root of directory tree
 randomdata=false # -x data type urandom or zero
 
+OPTIND=1
 while getopts "d:f:n:r:s:v:x" c
 do
 case $c in
-- 
1.7.7

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html