• Y
    Fix for btrfs_find_free_objectid · b1785427
    Yan 提交于
    btrfs_find_free_objectid may return a used objectid due to arithmetic
    underflow. This bug may happen when parameter 'root' is tree root,  so
    it may cause serious problems when creating snapshot or sub-volume.
    Signed-off-by: NChris Mason <chris.mason@oracle.com>
    b1785427
inode-map.c 3.1 KB