Btrfs: uuids

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-04-05 14:28:50 -04:00
committed by David Woodhouse
parent 5be6f7f174
commit 3eb0314dc1
3 changed files with 13 additions and 4 deletions

View File

@@ -483,10 +483,8 @@ static int btrfs_readdir(struct file *filp, void *dirent, filldir_t filldir)
if (btrfs_disk_key_objectid(&item->key) != key.objectid)
break;
if (btrfs_disk_key_offset(&item->key) >
root->fs_info->highest_inode) {
printk("stopping at highest inode %Lu\n", root->fs_info->highest_inode);
root->fs_info->highest_inode)
break;
}
if (btrfs_disk_key_type(&item->key) != BTRFS_DIR_INDEX_KEY)
continue;
if (btrfs_disk_key_offset(&item->key) < filp->f_pos)