mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 1/2] staging: erofs: use xattr_prefix to wrap up
@ 2019-01-26  3:48 Gao Xiang
  2019-01-26  3:48 ` [PATCH v3 2/2] staging: erofs: complete POSIX ACL support Gao Xiang
  0 siblings, 1 reply; 3+ messages in thread
From: Gao Xiang @ 2019-01-26  3:48 UTC (permalink / raw)
  To: Chao Yu, Greg Kroah-Hartman
  Cc: devel, linux-erofs, LKML, chao, weidu.du, Miao Xie, Gao Xiang

From: Gao Xiang <gaoxiang25@huawei.com>

Let's use xattr_prefix instead of open code.
No logic changes.

Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
---
 drivers/staging/erofs/xattr.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/erofs/xattr.c b/drivers/staging/erofs/xattr.c
index 1c9498e38f0e..7de46690d972 100644
--- a/drivers/staging/erofs/xattr.c
+++ b/drivers/staging/erofs/xattr.c
@@ -520,8 +520,7 @@ static int xattr_entrylist(struct xattr_iter *_it,
 	if (h == NULL || (h->list != NULL && !h->list(it->dentry)))
 		return 1;
 
-	/* Note that at least one of 'prefix' and 'name' should be non-NULL */
-	prefix = h->prefix != NULL ? h->prefix : h->name;
+	prefix = xattr_prefix(h);
 	prefix_len = strlen(prefix);
 
 	if (it->buffer == NULL) {
-- 
2.11.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-26  6:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-26  3:48 [PATCH v3 1/2] staging: erofs: use xattr_prefix to wrap up Gao Xiang
2019-01-26  3:48 ` [PATCH v3 2/2] staging: erofs: complete POSIX ACL support Gao Xiang
2019-01-26  6:43   ` Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®