All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] staging: erofs: use xattr_prefix to wrap up
@ 2019-01-25 16:10 ` Gao Xiang
  0 siblings, 0 replies; 32+ messages in thread
From: Gao Xiang @ 2019-01-25 16:10 UTC (permalink / raw)


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

Signed-off-by: Gao Xiang <gaoxiang25 at huawei.com>
---
change log v2:
 - remove the confusing line according to Dan Carpenter;

 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.14.4

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

end of thread, other threads:[~2019-02-15  9:31 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-25 16:10 [PATCH v2 1/2] staging: erofs: use xattr_prefix to wrap up Gao Xiang
2019-01-25 16:10 ` Gao Xiang
2019-01-25 16:10 ` [PATCH v2 2/2] staging: erofs: complete POSIX ACL support Gao Xiang
2019-01-25 16:10   ` Gao Xiang
2019-01-26  2:48   ` Chao Yu
2019-01-26  2:48     ` Chao Yu
2019-01-26  3:06     ` Gao Xiang
2019-01-26  3:06       ` Gao Xiang
2019-01-28 13:33     ` Dan Carpenter
2019-01-28 13:33       ` Dan Carpenter
2019-01-28 13:48       ` Gao Xiang
2019-01-28 13:48         ` Gao Xiang
2019-01-28 14:28         ` Dan Carpenter
2019-01-28 14:28           ` Dan Carpenter
2019-01-28 15:04           ` Gao Xiang
2019-01-28 15:04             ` Gao Xiang
2019-01-28 16:41         ` Chao Yu
2019-01-28 16:41           ` Chao Yu
2019-01-28 18:30           ` Dan Carpenter
2019-01-28 18:30             ` Dan Carpenter
2019-01-29  8:03             ` Gao Xiang
2019-01-29  8:03               ` Gao Xiang
2019-02-03  2:52             ` Chao Yu
2019-02-03  2:52               ` Chao Yu
2019-02-15  2:10               ` Chao Yu
2019-02-15  2:10                 ` Chao Yu
2019-02-15  7:36                 ` Dan Carpenter
2019-02-15  7:36                   ` Dan Carpenter
2019-02-15  9:31                   ` Chao Yu
2019-02-15  9:31                     ` Chao Yu
2019-01-26  2:08 ` [PATCH v2 1/2] staging: erofs: use xattr_prefix to wrap up Chao Yu
2019-01-26  2:08   ` Chao Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.