This set of patches fixes 2 issues with the BTRFS_IOC_INO_LOOKUP ioctl:

1) missing error code return when path is too long;
2) ocassional ENOENT error even when the desired inode ref items exist.

Filipe David Borba Manana (2):
  Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler
  Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP

 fs/btrfs/ioctl.c |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to