From 0bfc4b72c5437fd13ee8b2438a31c405e4750d17 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 3 Jan 2018 11:54:22 -0800 Subject: [PATCH] scoutfs: fix old comment in item.c Signed-off-by: Zach Brown --- kmod/src/item.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kmod/src/item.c b/kmod/src/item.c index fccc49c7..af78d0f2 100644 --- a/kmod/src/item.c +++ b/kmod/src/item.c @@ -1040,8 +1040,7 @@ out: /* * Like _next but requires that the found keys be the same length as the * search key and that values be of at least a minimum size. It treats - * size mismatches as a sign of corruption. A found key larger than the - * found key buffer gives -ENOBUFS and is a sign of corruption. + * size mismatches as a sign of corruption and returns -EIO. */ int scoutfs_item_next_same_min(struct super_block *sb, struct scoutfs_key_buf *key,