Skip to content
  • Yan's avatar
    Fix for btrfs_find_free_objectid · b1785427
    Yan authored
    
    
    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: default avatarChris Mason <chris.mason@oracle.com>
    b1785427