1. 13 12月, 2014 1 次提交
    • D
      btrfs: unify extent buffer allocation api · 3f556f78
      David Sterba 提交于
      Make the extent buffer allocation interface consistent.  Cloned eb will
      set a valid fs_info.  For dummy eb, we can drop the length parameter and
      set it from fs_info.
      
      The built-in sanity checks may pass a NULL fs_info that's queried for
      nodesize, but we know it's 4096.
      Signed-off-by: NDavid Sterba <dsterba@suse.cz>
      3f556f78
  2. 12 11月, 2013 1 次提交