Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
btrfsprogs
2009-btrfs-convert-fix-typo-in-btrfs_insert_dir...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 2009-btrfs-convert-fix-typo-in-btrfs_insert_dir_item-call.patch of Package btrfsprogs
From: Jeff Mahoney <jeffm@suse.com> Subject: btrfs-convert: fix typo in btrfs_insert_dir_item call EXT2_FT_REG_FILE and BTRFS_FT_REG_FILE happen to share the same value, but btrfs_insert_dir_item expects the btrfs version. Signed-off-by: Jeff Mahoney <jeffm@suse.com> --- btrfs-convert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/btrfs-convert.c +++ b/btrfs-convert.c @@ -1384,7 +1384,7 @@ next: btrfs_set_key_type(&location, BTRFS_INODE_ITEM_KEY); ret = btrfs_insert_dir_item(trans, root, name, strlen(name), btrfs_root_dirid(&root->root_item), - &location, EXT2_FT_REG_FILE, objectid); + &location, BTRFS_FT_REG_FILE, objectid); if (ret) goto fail; ret = btrfs_insert_inode_ref(trans, root, name, strlen(name),
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor