of the index.
Merge of master-melb:xfs-cmds:27071a by kenmcd.
Fix up ring command in xfs_db for its argument handling
of the index.
Fix from utako@tnes.nec.co.jp (Utako Kusaka).
return 0;
}
- index = (int)strtoul(argv[0], NULL, 0);
+ index = (int)strtoul(argv[1], NULL, 0);
if (index < 0 || index >= RING_ENTRIES)
dbprintf("invalid entry: %d\n", index);
+xfsprogs-2.8.xx (??)
+ - Fix up the ring command in xfs_db,
+ thanks to Utako Kusaka
+
xfsprogs-2.8.13 (21 September 2006)
- Fix v2 directory checking with holes and unreadable blocks.
- Fix a memory leak in dir2 checking.