]> Pileus Git - ~andy/linux/blobdiff - fs/btrfs/export.c
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / fs / btrfs / export.c
index 5f77166fd01c7eb3d33cb78666e31822fc0a1083..e887ee62b6d4ba0a98f7e2437323eecfca88bf23 100644 (file)
@@ -193,7 +193,7 @@ static struct dentry *btrfs_get_parent(struct dentry *child)
        if (ret < 0)
                goto fail;
 
-       BUG_ON(ret == 0);
+       BUG_ON(ret == 0); /* Key with offset of -1 found */
        if (path->slots[0] == 0) {
                ret = -ENOENT;
                goto fail;