]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: return keys for large items to the search ioctl
authorChris Mason <chris.mason@oracle.com>
Thu, 18 Mar 2010 16:14:54 +0000 (12:14 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 18 Mar 2010 16:14:54 +0000 (12:14 -0400)
commitcb126c746cc728c3819544f1f647013a3107b62a
treeab861e9190145df710345bb1e54c5f3f1d77d296
parenta711da8d91d1c06fec12b39c3fe00ab13a40f173
Btrfs: return keys for large items to the search ioctl

The search ioctl was skipping large items entirely (ones that are too
big for the results buffer).  This changes things to at least copy
the item header so that we can send information about the item back to
userland.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ioctl.c