On Sun, Dec 02, 2012 at 07:49:17PM -0700, Chris Murphy wrote:
>
> On Dec 2, 2012, at 6:59 PM, Michael <mike@xxxxxxxxxx> wrote:
>
> > Subvolid=0 is always the root subvolume.
>
> OK so then what is subvolid=5?
We've parsed subvolid=5 and subvolid=0 to the same results, FS_TREE.
FYI, the code is
case Opt_subvolid:
intarg = 0;
error = match_int(&args[0], &intarg);
if (!error) {
/* we want the original fs_tree */
if (!intarg)
*subvol_objectid =
BTRFS_FS_TREE_OBJECTID;
else
*subvol_objectid = intarg;
}
break;
thanks,
liubo
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html